add files

This commit is contained in:
Andrey Kuvshinov
2020-04-01 17:51:22 +03:00
commit aa95d4bae8
7 changed files with 228 additions and 0 deletions

4
confg.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
ini_set('display_errors','on');
error_reporting(E_ALL);