From de8e73032d7a97738697c17ecefe25a545705aad Mon Sep 17 00:00:00 2001 From: Leandro Arndt Date: Thu, 18 Dec 2014 15:57:09 -0200 Subject: [PATCH] require_once("config.php") --- restrito/inc/topo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restrito/inc/topo.php b/restrito/inc/topo.php index fd4217a..ddeb7a0 100644 --- a/restrito/inc/topo.php +++ b/restrito/inc/topo.php @@ -8,7 +8,7 @@ modificá-lo sob os termos da Licença GPL2. ***********************************************************************************/ -include("config.php"); +require_once("config.php"); ?> -- libgit2 0.21.2