Create _config.php

This commit is contained in:
luqaska 2021-12-01 11:36:45 -03:00 committed by GitHub
parent 1972d73528
commit 1e006f260d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

4
_config.php Normal file
View File

@ -0,0 +1,4 @@
<?php
$SUBMIT_MODE = 0; // 0 = Submit is disabled - 1 = The submit file in this server - 2 = Client/server
$SUBMIT_EXTERNAL_URL = ""; // In case you choosed 2
?>