| @@ 60-61 (lines=2) @@ | ||
| 57 | die($mmessage); |
|
| 58 | ||
| 59 | // Fix for using the current directory as a path. |
|
| 60 | if (substr($sourcedir, 0, 1) == '.' && substr($sourcedir, 1, 1) != '.') |
|
| 61 | $sourcedir = dirname(__FILE__) . substr($sourcedir, 1); |
|
| 62 | ||
| 63 | // Have we already turned this off? If so, exist gracefully. |
|
| 64 | if (file_exists($cachedir . '/cron.lock')) |
|
| @@ 58-59 (lines=2) @@ | ||
| 55 | die($mmessage); |
|
| 56 | ||
| 57 | // Fix for using the current directory as a path. |
|
| 58 | if (substr($sourcedir, 0, 1) == '.' && substr($sourcedir, 1, 1) != '.') |
|
| 59 | $sourcedir = dirname(__FILE__) . substr($sourcedir, 1); |
|
| 60 | ||
| 61 | // Load the important includes. |
|
| 62 | require_once($sourcedir . '/QueryString.php'); |
|