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