PHP Classes

File: config/default.php

Recommend this page to a friend!
  Classes of Dave Smith   Amp Frame   config/default.php   Download  
File: config/default.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Amp Frame
MVC framework for developing Web applications
Author: By
Last change:
Date: 5 years ago
Size: 512 bytes
 

Contents

Class file image Download
<?php
/*
!!!THIS FILE IS NOT SAFE TO MODIFY!!!

AMP Frame ver 1.1.0
config/default.php
Default Configuration
*/
if( !defined('AFALLOW') ){
    die(
'direct access not allowed');
}

$config['afVersion'] = '1.1.0';
$config['branding'] = 'powered by <a href="http://www.ampapps.com" target="_blank">AMP Frame</a> ver '.$config['afVersion'];
$config['installFolder'] = '';
$config['siteTitle'] = 'AMP Frame';
$config['afrte'] = 'afrte';
$config['afcnt'] = 'afcnt';
$config['cleanURL'] = false;
?>