~titan-phpdevshell/phpdevshell/main

« back to all changes in this revision

Viewing changes to config/single-site.config.php.RENAME

  • Committer: Jason Schoeman
  • Date: 2011-12-06 14:03:32 UTC
  • Revision ID: titan@phpdevshell.org-20111206140332-4ej6qy4b36d3q96s
Crud Added
ORM Added
Control Panel optimized

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
/**
3
 
 * PHPDevShell is a RAD Framework aimed at developing administrative applications.
4
 
 *
5
 
 * @package PHPDevShell
6
 
 * @link http://www.phpdevshell.org
7
 
 * @copyright Copyright (C) 2007 Jason Schoeman, All rights reserved.
8
 
 * @license GNU/LGPL, see readme/licensed_under_lgpl or http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
9
 
 * @author Jason Schoeman, Contact: titan [at] phpdevshell [dot] org.
10
 
 *
11
 
 * Copyright notice: See readme/notice
12
 
 * By using PHPDevShell you agree to notice and license, if you dont agree to this notice/license you are not allowed to use PHPDevShell.
13
 
 */
 
2
 
14
3
//////////////////////////////////////////////////////////////////////////////////////////
15
4
// Mandatory Settings, these settings must be changed for the system to work correctly. //
16
5
//////////////////////////////////////////////////////////////////////////////////////////
44
33
 *
45
34
 * Overrides most 'debug' and 'error' settings
46
35
 * 
47
 
 * PS: IT WONT SHOW NOTICES IF THIS IS TRUE!
 
36
 * PS: IT WONT SHOW NOTICES OR GENERAL ERRORS IF THIS IS TRUE.
48
37
 *
49
38
 * @var boolean
50
39
 */
51
 
$configuration['production'] = true;
 
40
$configuration['production'] = false;
52
41
/**
53
42
 * To what email should critical errors be emailed to, make sure php can send mail, this does not use the PHPDevShell mailing engine.
54
43
 *