Don't allow direct access to config.php

This commit is contained in:
Tyler Blair 2012-02-09 00:00:10 -04:00
parent 0b5120a2ac
commit 3b2a496799
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
<?php
if (!defined('puush')) exit('Bonjour');
// The folder where uploads are stored in
define ('UPLOAD_DIR', '/var/www/uploads/');