shgysk8zer0/std-php-functions/master/.htaccess
deny from all
#Configure PHP's autoloader and set include_path, min PHP version
<IfModule env_module>
SetEnv CONFIG_DIR ../chriszuber/config
SetEnv AUTOLOAD_DIR ../
</IfModule>
#Loads the autoloader script before executing main PHP file
php_value auto_prepend_file ./autoloader.php
Files
