Skip to content

Instantly share code, notes, and snippets.

@SaLiVeR
SaLiVeR / update-checker.php
Created November 11, 2012 16:19 — forked from imjacobclark/update-checker.php
PHP Script Update Checker
<?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