Initial commit

This commit is contained in:
root
2020-08-17 19:16:42 -04:00
commit 61584e0eb2
600 changed files with 50518 additions and 0 deletions

15
lotgd-web/lotgd/cron.php Executable file
View File

@ -0,0 +1,15 @@
<?php
define("ALLOW_ANONYMOUS",true);
//enter your directory HERE! i.e. /home/myname/lotgd
$dir='/yourdir';
//end of admin modifications
chdir($dir);
require_once("common.php");
savesetting("newdaySemaphore",gmdate("Y-m-d H:i:s"));
if ($dir!='') {
require("lib/newday/newday_runonce.php");
}
/* Prevent execution if no value has been entered... if it is a wrong value, it will still break!*/
?>