fix path for updateostatus.php

This commit is contained in:
Evan Prodromou 2010-03-01 13:13:51 -05:00
parent cac6d4234a
commit caab6ddaa9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
define('INSTALLDIR', realpath(dirname(__FILE__) . '/../..'));
define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../..'));
$shortoptions = 'i:n:a';
$longoptions = array('id=', 'nickname=', 'all');