Skip to content

Just an example for a better way to write config files in Vanilla PHP.

Notifications You must be signed in to change notification settings

jmada/example-config-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

example-config-file

Just an example for a better way to write config files in Vanilla PHP.

Security

To prevent access to config.php file, add into the .htaccess file:

<Files config.php>
    order allow,deny
    deny from all
</Files>

About

Just an example for a better way to write config files in Vanilla PHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages