This is the installation manual of ffCMS.
Read this document before you try to install ffCMS.
USER/PASSWORD
Your login data
COOKIE_EXPIRES
The period of validity of your login session.
DOCUMENT_ROOT
The root directory of your homepage.
Must be an absolute path.
If you don't now it, upload the following sourcecode as „path.php“ in the root of your homepage
and view it. You can insert the results here.
<?php
echo getcwd();
?>/p>
TIMEZONE
The timezone of your country, for an example: if you are in or next to germany this must be „Europe/Berlin“.
TWENTYFOURHOURS
if you want to use 24 hourtime then this must be 1. If you are in UK and you want 12
hourtime then this must be 0.
SAVEAS_ENABLED
If the user shall can make copys of documents this must be 1.