remove ini and error reporting entries as the issues in this file were fixed
remove ini and error reporting entries as the issues in this file were fixed

--- a/includes/button.php
+++ b/includes/button.php
@@ -1,7 +1,4 @@
 <?php
-ini_set('display_errors', 0);
-ini_set('display_startup_errors', 0);
-error_reporting(-1);
 
 session_start();
 define("_BASEDIR", "../");