summaryrefslogtreecommitdiffstats
path: root/refresh.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-06-08 18:24:36 +0200
committerRemi Collet <fedora@famillecollet.com>2010-06-08 18:24:36 +0200
commitda02f485fe6a2c0a478fdd33145daf2bbb10b65e (patch)
tree77acda4cbb36238dea9513feb5703298e0d6d7ad /refresh.php
parenta6b39fd500d6419dc9e268efc52474e06a11458f (diff)
parenta68fe1f14112df3481479eb3f736cf2fd879a324 (diff)
create include dir
Diffstat (limited to 'refresh.php')
-rw-r--r--refresh.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/refresh.php b/refresh.php
index cc56e84..53aef84 100644
--- a/refresh.php
+++ b/refresh.php
@@ -43,7 +43,7 @@ if (isset($_SERVER["SERVER_NAME"])) {
die("This script is launched twice a day, be patient");
}
-require "config.inc.php";
+require "include/main.php";
require "class/CommonTable.php";
/**