GetSimple Support Forum

Full Version: Implementations in 2.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Things that I think should be implemented:

A common.php file, to include functions and such in one local area instead of having to be changed in every file.

Example:
Code:
<?php
/* getSimple
*
*  @version: 2.0
*  @copyright: 2010
*
*/

// Define rp
define("IN_GS", true);

// Basics
include("include/basics.php");

// Functions
include("include/functions.php");

// Logged in ect...
// Login stuff goes here

more coming as soon as I think of it, lost train of thought.