utf-8
This commit is contained in:
parent
d439ea13ab
commit
87604f4cd7
1 changed files with 23 additions and 11 deletions
|
@ -1,7 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf8" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php
|
||||
|
||||
error_reporting(E_ALL);
|
||||
define("FILENAME", "questions_file.nemubot");
|
||||
|
||||
|
||||
include("Question.class.php");
|
||||
include("QuestionsFile.class.php");
|
||||
|
||||
|
@ -60,3 +69,6 @@ else
|
|||
header("Location: ./");
|
||||
|
||||
?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Reference in a new issue