Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Creating your own config files in php
Krak
New
I want to have a file like config.php, that looks like
How would I go about reading/writing to a file in that format? Got any tutorials or something?
(Non Vanilla related)
<?php
$Configuration['BASE_URL'] = 'http://your.base.url/to/vanilla/';
etc..
?>
How would I go about reading/writing to a file in that format? Got any tutorials or something?
(Non Vanilla related)
0
This discussion has been closed.
Comments