source: branches/1.1dev/docs/codebase_script_template.php

Last change on this file was 1, checked in by scdev, 19 years ago

Initial import.

File size: 1.0 KB
Line 
1<?php
2/**
3 * <##>
4 * Code by Strangecode :: www.strangecode.com :: This document contains copyrighted information.
5 * @author  Quinn Comendant <quinn@strangecode.com>
6 * @version 1.0
7 * @since   <##>
8 */
9
10require_once './_config.inc.php';
11
12$_admin->requireLogin();
13sslOn();
14
15require_once CODE_BASE . '/lib/FormValidator.inc.php';
16
17
18/******************************************************************************
19 * CONFIG
20 *****************************************************************************/
21
22
23
24/******************************************************************************
25 * MAIN
26 *****************************************************************************/
27
28
29
30/******************************************************************************
31 * TEMPLATES
32 *****************************************************************************/
33
34
35
36/******************************************************************************
37 * FUNCTIONS
38 *****************************************************************************/
39
40
41?>
Note: See TracBrowser for help on using the repository browser.