<?php
/**
* /scripts/postwwwacct configuaration for mod-layout ...
*/
$config = array(
'admine' => 'john@jshosts.com', # Administration email address, MAKE SURE YOU CAN READ THESE EMAILS
'timestamp' => DATE_RFC822, # Date format, for most people default is good
'httpd.conf' => '/usr/local/apache/conf/httpd.conf', # Location of httpd.conf to edit
'plans' => array( # Array of plans you want to apply ads on
'jslaneh_FreeHosting' # Plan one and then a comma ( if only one plan no comma needed after it's name )
),
'ads' => array(
'header' => '/home/jslaneh/public_html/adsh.html', # HTML file containing the code for header ads
'footer' => '/home/jslaneh/public_html/adsf.html' # HTML file containing the code for footer ads
),
);
?>