<?
include ("../inc/header.inc");
include ("../inc/functions.inc");
if ($action==install) {
include("http://www.SCOP.org/updates/legacy/install.inc");
} else {
if ($action==update) {
if ($demo=="TRUE") {
echo "<h3> WARNING : Write disabled in DEMO VERSION </h3>";
} else {
include("http://www.SCOP.org/updates/legacy/update.inc");
}
} else {
include("http://www.SCOP.org/updates/legacy/default.inc");
}
}
include ("../inc/footer.inc");
?>