Fix wrong path on Realtime cleanupchannels script by XRevan86

This commit is contained in:
Diogo Cordeiro 2019-04-25 22:32:30 +01:00
parent bc030da320
commit c4f962a7d0

View File

@ -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');