We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55cabc commit daa5d24Copy full SHA for daa5d24
install/index.php
@@ -1,4 +1,7 @@
1
<?php
2
+
3
+ session_start();
4
5
ini_set('display_errors', 1);
6
ini_set('display_startup_errors', 1);
7
error_reporting(E_ALL);
0 commit comments