From: Vincent Date: Tue, 11 Feb 2020 09:51:52 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d47e9e386090a2b80fbfbe5a843c98a0bd63f247;p=tortuga-home.git . --- diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0f2686b..cb4de47 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,32 +2,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - + @@ -1221,12 +1198,12 @@ - + - + diff --git a/scripts/cron/cron.php b/scripts/cron/cron.php index 44ee273..9057c82 100644 --- a/scripts/cron/cron.php +++ b/scripts/cron/cron.php @@ -29,7 +29,7 @@ function cronOneLoop($cronmin) cronHarmony($cronmin); cronInterface($cronmin); if ($cronmin % 15 == 0) { - cronXPlane($cronmin); + cronXPlanet($cronmin); cronPodcasts($cronmin); } cronEcoMode($cronmin); @@ -41,11 +41,12 @@ function cronOneLoop($cronmin) cronHeartbeat($cronmin); } -function cronXPlanet($cronmin){ - $path=ROOT.'/tools/xplanet/'; - $suncurve=$path.'xplanet-suncurve'; +function cronXPlanet($cronmin) +{ + $path = ROOT . '/tools/xplanet/'; + $suncurve = $path . 'xplanet-suncurve'; - `$path`; + `$suncurve`; } function cronGuest($cronmin)