Browse Source

chdir ../../../

pull/40/head
Savetheinternet 13 years ago
parent
commit
7d03e2c527
  1. 1
      templates/themes/rrdtool/cron.php

1
templates/themes/rrdtool/cron.php

@ -1,5 +1,6 @@
<?php
$_SERVER = Array('REQUEST_URI' => '', 'HTTP_HOST' => '', 'SCRIPT_FILENAME' => '');
chdir('../../..');
require 'inc/functions.php';
require 'inc/display.php';

Loading…
Cancel
Save