Menu

[r2211]: / experimental / functions / upgradeconfig.sh  Maximize  Restore  History

Download this file

20 lines (16 with data), 369 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/local/bin/php -f
<?php
# sendreport
# Copyright (c) 2007 Volker Theile (votdev@gmx.de)
# All rights reserved.
require_once("config.inc");
require_once("disks.inc");
require_once("util.inc");
global $config;
$config_tmp = $config;
print_r($config);
echo "\n------------------------------------\n";
config_upgrade();
print_r($config);
$config = $config_tmp;
?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.