Fix wrong path in cronjob.php
This commit is contained in:
parent
61b44b4375
commit
91ef795d71
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require __DIR__.'/common.php';
|
require __DIR__.'/app/common.php';
|
||||||
|
|
||||||
if (php_sapi_name() === 'cli') {
|
if (php_sapi_name() === 'cli') {
|
||||||
$options = getopt('', array(
|
$options = getopt('', array(
|
||||||
|
Loading…
Reference in New Issue
Block a user