PHP Classes

File: config/config.php

Recommend this page to a friend!
  Classes of ASCOOS CMS   AFW Examples   config/config.php   Download  
File: config/config.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: AFW Examples
Examples and tests of usage of Ascoos Framework
Author: By
Last change:
Date: 22 days ago
Size: 278 bytes
 

Contents

Class file image Download
<?php
return [
   
'afw_path' => '',
   
'afw_example_path' => '',
   
'afw_examples_fonts' => '',
   
'awes' => false,
   
'version' => 2400070000,
   
'afw_min_version' => 2400070000,
   
'ascoos_cms_version' => 2400000000,
];
?>