Reupload after bitbucket wipe
This commit is contained in:
15
web/updater/17.php
Normal file
15
web/updater/17.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 `opttype` = '2' WHERE `keyname` = 'display_style_selector';
|
||||
");
|
||||
|
||||
$db->query("
|
||||
UPDATE hlstats_Options SET `value` = '17' WHERE `keyname` = 'dbversion';
|
||||
");
|
||||
?>
|
Reference in New Issue
Block a user