OSDN Git Service

[modify]includeをrequire_onceに変更
[hengband/web.git] / show_screen.php
index c35da69..1925181 100644 (file)
@@ -4,7 +4,7 @@
 ini_set('log_errors', 'On');
 ini_set('error_log', 'errors/'.pathinfo(__FILE__, PATHINFO_FILENAME).'.log');
 
-include "dump_file.inc";
+require_once "dump_file.inc";
 
 $dump_file = new DumpFile($_GET['score_id']);
 $dump_file->show('screens', 'html', 'text/html; charset=UTF-8');