瀏覽代碼

fix for issue #14

pull/16/head
mauirixxx 7 年之前
父節點
當前提交
3a57656a35
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. +5
    -1
      updateaccountstats.php

+ 5
- 1
updateaccountstats.php 查看文件

@@ -5,7 +5,11 @@ if (isset($_SESSION['userid'])) {
if (!isset($_POST['acctitle'])) {
$_POST['acctitle'] = "notselected";
}
if ($_SESSION['prefaccid'] == "0") {
echo 'Please select an account from the menu above to add stats to before continuing';
include_once ('footer.php');
exit();
}
if (isset($_POST['titlepoints'])) {
// include file just updates the database
include_once ('includes/update-titleranks.php');


Loading…
取消
儲存