Update _config.php

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

View File

@ -1,4 +1,5 @@
<?php
$TITLE = "Filde";
$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
?>