Commit de8e73032d7a97738697c17ecefe25a545705aad
1 parent
69936d06
Exists in
master
require_once("config.php")
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
restrito/inc/topo.php
@@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
8 | modificá-lo sob os termos da Licença GPL2. | 8 | modificá-lo sob os termos da Licença GPL2. |
9 | ***********************************************************************************/ | 9 | ***********************************************************************************/ |
10 | 10 | ||
11 | -include("config.php"); | 11 | +require_once("config.php"); |
12 | ?> | 12 | ?> |
13 | <!DOCTYPE html> | 13 | <!DOCTYPE html> |
14 | <html> | 14 | <html> |