Commit a34d0e9d authored by hisuinohoshi's avatar hisuinohoshi

Merge branch 'waaagh' of https://github.com/hikawiier/phpdts into waaagh

parents f9f2364a 4d45df30
......@@ -162,7 +162,7 @@ if(isset($clbpara['dialogue']))
$dialogue_id = $clbpara['dialogue'];
}
if (!strstr($_SERVER['HTTP_REFERER'], 'php')) {
if (!strstr($_SERVER['HTTP_REFERER'], 'php') && $_SERVER['HTTP_REFERER'] != '') {
include './api.php';
} else {
include template('game');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment