In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

View Revisions: Issue #235 All Revisions ] Back to Issue ]
Summary 0000235: Redo "config.php" into PHP format
Revision 2010-03-24 06:23:57 by alex
Description Redo "config.php" into PHP format so it can used / read without the Application.

This is good for security and optimization purposes.

Format:
<?php

$_CONFIG['Database']['DBName'] = 'test';
$_CONFIG['Database']['License'] = 'test2';
Revision 2010-03-24 05:17:46 by alex
Description Redo "config.php" into PHP format so it can used / read without the Application.

This is good for security and optimization purposes.

Format:
<?php

$_CONFIG['DBName'] = 'test';
$_CONFIG['License'] = 'test2';
Revision 2010-01-12 11:06:47 by alex
Description Redo "config.php" into PHP format so it can used / read without the Application.

This is good for security and optimization purposes.



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker