diff options
author | Michael Tänzer <neo@nhng.de> | 2012-01-21 18:34:03 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2012-01-21 18:34:03 +0100 |
commit | 2210c7a9648c4f5d258b8318d0ecef0561222c44 (patch) | |
tree | c4871a116b27fa9390e911d6f3f72630c88cf060 /scripts | |
parent | 190790845f3ef673a4f6779bbc1a46620a6151ec (diff) | |
download | cacert-devel-2210c7a9648c4f5d258b8318d0ecef0561222c44.tar.gz cacert-devel-2210c7a9648c4f5d258b8318d0ecef0561222c44.tar.xz cacert-devel-2210c7a9648c4f5d258b8318d0ecef0561222c44.zip |
bug 1003: Adjust relative include path after move
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/cron/updatesort.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cron/updatesort.php b/scripts/cron/updatesort.php index 4d36bfc..ec4f408 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"); + include_once("../../includes/mysql.php"); |