public
Description: A no longer maintained CMS that was used for various groups at Audenshaw School, namely audfairtrade.co.nr, audyamnesty.co.nr and adfa.co.nr
Homepage: http://adfa.co.nr/
Clone URL: git://github.com/Bjwebb/audenshaw-group-cms.git
Bjwebb (author)
Wed Mar 19 16:38:37 -0700 2008
commit  87e7f75650a83c43b87f1407d0603375b3441613
tree    8d3ec26a90782b37ae85e00c8174eb2455c8ccde
parent  3694f1588aad8b24a7069c4c204cbee3e78b48bb
audenshaw-group-cms / config.php.example
100644 14 lines (12 sloc) 0.397 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
// SHA1 of the password you want for the admin panel
// Default is `password`
$password = '5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8';
$db_db = "aft"; // Database name
$db_host = "localhost"; // Database host
$db_name = "aft"; // Database username
$db_pass = "password"; // Database password
$img_serv = ""; // Image server, leave blank if kept locally
$db_prefix = "";
$css_suffix = "";
?>