forked from GNUsocial/gnu-social
Fix wrong path on Realtime cleanupchannels script by XRevan86
This commit is contained in:
parent
bc030da320
commit
c4f962a7d0
@ -20,7 +20,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(__DIR__ . '/../../..'));
|
||||||
|
|
||||||
$shortoptions = 'u';
|
$shortoptions = 'u';
|
||||||
$longoptions = array('universe');
|
$longoptions = array('universe');
|
||||||
|
Loading…
Reference in New Issue
Block a user