summaryrefslogtreecommitdiff
path: root/scripts/cron/updatesort.php
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cron/updatesort.php')
-rwxr-xr-xscripts/cron/updatesort.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cron/updatesort.php b/scripts/cron/updatesort.php
index ec4f408..aa20b09 100755
--- a/scripts/cron/updatesort.php
+++ b/scripts/cron/updatesort.php
@@ -16,7 +16,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
- include_once("../../includes/mysql.php");
+ require_once(dirname(__FILE__).'/../../includes/mysql.php');