diff options
Diffstat (limited to 'config.php.example')
-rw-r--r-- | config.php.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.php.example b/config.php.example index 4c46215..08e2ac5 100644 --- a/config.php.example +++ b/config.php.example @@ -19,4 +19,9 @@ # An array of filenames to omit from the index $indexignore = array(".htaccess", "config.php", "index.php", "upload_file.php", "upload.html", "css", "icons", ".git", "config.php.example"); + # An URL to send a POST to when an upload is successful + $posturl = "http://url.to/post/to"; + + # The IRC channel notified by uploads when using the notification URL + $postchannel = "ircchannel"; ?> |