fix path for updateostatus.php
This commit is contained in:
parent
cac6d4234a
commit
caab6ddaa9
@ -18,7 +18,7 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* 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';
|
$shortoptions = 'i:n:a';
|
||||||
$longoptions = array('id=', 'nickname=', 'all');
|
$longoptions = array('id=', 'nickname=', 'all');
|
||||||
|
Loading…
Reference in New Issue
Block a user