updates and such
authorpaulr <me@pjr.cc>
Tue, 26 Apr 2011 16:53:43 +0000 (02:53 +1000)
committerpaulr <me@pjr.cc>
Tue, 26 Apr 2011 16:53:43 +0000 (02:53 +1000)
lib/lib.php
lib/updates.php

index dde9335..6c48c4c 100644 (file)
@@ -8,6 +8,13 @@ require_once("messages.php");
 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__);
 
index 8e92481..95cc892 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+// there will be one version for base code, then 
 
 $timerval_t = db_selectData("options", "option_name", "update.check.interval");
 
@@ -44,5 +45,8 @@ function up_doUpdateCheck()
        $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