Reupload after bitbucket wipe
This commit is contained in:
15
web/updater/20.php
Normal file
15
web/updater/20.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
if ( !defined('IN_UPDATER') )
|
||||
{
|
||||
die('Do not access this file directly.');
|
||||
}
|
||||
|
||||
$db->query("
|
||||
UPDATE hlstats_Options SET `value` = '20' WHERE `keyname` = 'dbversion'
|
||||
");
|
||||
|
||||
$db->query("
|
||||
UPDATE hlstats_Options SET `value` = '1.6.3' WHERE `keyname` = 'version'
|
||||
");
|
||||
?>
|
Reference in New Issue
Block a user