summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-21 21:08:28 -0700
committerAndrew Dolgov <[email protected]>2012-06-21 21:08:28 -0700
commit40b67ac7c7de479a4dc04c8a42a410464dd1aa4c (patch)
treee44d4a85772580d4c9ce3dddaf5ccc19a0ea292e /update.php
parent82ace1aba8bf2834b910299e854b802dcc8ea7cf (diff)
parent7e454e815dd67f0ac3804e213599be9bbbc2755e (diff)
Merge pull request #19 from plaidfluff/7e454e815dd67f0ac3804e213599be9bbbc2755e
Change update.php shebang to support any in-path installation locatio… Fix category count query for mysql
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 68add9f0c..44c39b6a8 100755
--- a/update.php
+++ b/update.php
@@ -1,4 +1,4 @@
-#!/usr/bin/php
+#!/usr/bin/env php
<?php
set_include_path(get_include_path() . PATH_SEPARATOR .
dirname(__FILE__) . "/include");