require_once("datastore.php");
require_once("updates.php");
+global $VERSION;
+
+$VERSION["main"]["major"] = "0";
+$VERSION["main"]["minor"] = "0";
+$VERSION["main"]["release"] = "0";
+$VERSION["updateurl"]["main"] = "http://localhost/src/eclipse-workspace/glcas/release.txt";
+
// first and foremost, load the plugins
$basedir = dirname(__FILE__);
<?php
+// there will be one version for base code, then
$timerval_t = db_selectData("options", "option_name", "update.check.interval");
$ctime = time();
db_updateData("options", "option_value", "$ctime", "option_name", "update.check.last");
+
+ // next go thru the $VERSION set info, and download the lastest version list from the
+ // main site.
}
?>
\ No newline at end of file