This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* Checks for updates using a remote CSV file | |
* The CSV must be like this | |
* versionnumber,versiondescription,type,downloadlink | |
* For the type, critical is 1 none critical is 0 | |
* http://www.fusionstrike.com | |
*/ | |
$version = "1"; //Version of the script, to check against CSV | |
$critical = FALSE; //Set Critical Variable to False |