PHP Classes

File: conf/development/uri.php

Recommend this page to a friend!
  Classes of Fernando Val   Springy   conf/development/uri.php   Download  
File: conf/development/uri.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Springy
Microframework for Web application development
Author: By
Last change:
Date: 27 days ago
Size: 278 bytes
 

Contents

Class file image Download
<?php

/*
 * Springy Framework Configuration File.
 *
 * Used for "development" environment.
 *
 * If removed, only conf/uri.php will be used.
 */

return [
   
'dynamic' => $_SERVER['HTTP_HOST'],
   
'static' => $_SERVER['HTTP_HOST'],
   
'secure' => $_SERVER['HTTP_HOST'],
];