summaryrefslogtreecommitdiff
path: root/actualize_script.php
diff options
context:
space:
mode:
Diffstat (limited to 'actualize_script.php')
-rwxr-xr-xactualize_script.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/actualize_script.php b/actualize_script.php
index 45b2938cb..65f9360a0 100755
--- a/actualize_script.php
+++ b/actualize_script.php
@@ -1,11 +1,5 @@
<?php
-
-// Constantes de chemins
-define ('PUBLIC_PATH', realpath (dirname (__FILE__) . '/public'));
-define ('LIB_PATH', realpath (PUBLIC_PATH . '/../lib'));
-define ('APP_PATH', realpath (PUBLIC_PATH . '/../app'));
-define ('LOG_PATH', realpath (PUBLIC_PATH . '/../log'));
-define ('CACHE_PATH', realpath (PUBLIC_PATH . '/../cache'));
+require('constants.php');
$_GET['c'] = 'feed';
$_GET['a'] = 'actualize';