Progsys > Admin / Upgrade 0147 To 0148.php

Questions? Need Help? Want to share? » PHP Forum
Script Name:
Progsys

Download:
progsys.zip

Category:
Development Tools

Archive Content:

Admin

Admin > Gfx

Admin

Admin > Help > De

Admin > Help > En

Admin

Admin > Includes > Js

Admin > Includes

Admin

Admin > Language

Admin

Doc

Gfx

Includes

Includes > Pear > Net > DNS

Includes > Pear > Net > DNS > RR

Includes > Pear > Net > DNS

Includes > Pear > Net

Includes > Pear > OLE

Includes > Pear > OLE > PPS

Includes > Pear > OLE

Includes > Pear > Spreadsheet > Excel > Writer

Includes > Pear > Spreadsheet > Excel

Includes

Js

Language

Content:

Upgrade 0147 To 0148.php:


<?php
/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License,  or
 *   (at your option) any later version.
 *
 ***************************************************************************/
/***************************************************************************
 * Created by: Boesch IT-Consulting (info <at> boesch-it <dot> de)
 * *************************************************************************/
require('../config.php');
require(
'./functions.php');
?>
<html><body>
<div align="center"><h3>ProgSys: Upgrade from 0.147 to 0.148</h3></div>
<br>
<?php
echo "Upgrading tables...<br>";
flush();
$sql "ALTER TABLE ".$tableprefix."_programm ";
$sql.= "ADD disableref tinyint(1) unsigned NOT NULL default '0'";
if(!
$result mysql_query($sql,  $db))
    die(
"Unable to modify table ".$tableprefix."_programm".mysql_error());
?>
<br><div align="center">Upgrade done.<br>Please remove install.php,  upgrade*.php,  mkconfig.php and fill_*.php from server</div>
<div align="center">Now you can login to the <a href="index.php">admininterface</a></div>
</body></html>


Other Development Tools Scripts:

WebMaster Resources Home

©RingsWorld.com