Update of /cvsroot/phpwebsite-comm/modules/uplink/boost
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31366/boost
Modified Files:
update.php
Log Message:
Add rights checking, disallow duplicate uploads
Index: update.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/uplink/boost/update.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** update.php 27 Jul 2004 00:41:11 -0000 1.2
--- update.php 28 Jul 2004 00:55:20 -0000 1.3
***************
*** 20,25 ****
$status = 1;
! if ($currentVersion < "0.7.2") {
! $content .= "Updating Uplink to version 0.7.2 .<br />";
/* reload the help information if help system is loaded */
--- 20,25 ----
$status = 1;
! if ($currentVersion < "0.7.3") {
! $content .= "Updating Uplink to version 0.7.3 .<br />";
/* reload the help information if help system is loaded */
***************
*** 35,39 ****
}
! $content .= "Update to version 0.7.2 finished.<br />";
}
--- 35,39 ----
}
! $content .= "Update to version 0.7.3 finished.<br />";
}
|