Initial release

This commit is contained in:
2021-04-28 16:03:38 +02:00
commit dd2eaf814f
15 changed files with 278 additions and 0 deletions

View File

@@ -0,0 +1 @@
$cfg['ExecTimeLimit'] = 0;

5
config/pma/php.ini Normal file
View File

@@ -0,0 +1,5 @@
[php]
memory_limit=2048M
upload_max_filesize=512M
short_open_tag=On
max_execution_time=60