Commit a06dd354b694d42cc5749d838b07542f1feb8b9c

Authored by Leandro Arndt
1 parent b504fabf
Exists in mysqli

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 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 13 <!DOCTYPE html>
14 14 <html>
... ...