tony-landis / agilebill

Open source billing and invoicing

This URL has Read+Write access

sluther (author)
Mon Feb 23 01:04:59 -0800 2009
commit  d1547673dcbba236371fa83a10ec81c4ee843d5a
tree    4f2086954bc10ca55e11f52c37ccd88db6457d85
parent  9b1628149c2ab0a8b7ad6cef8f5954231a604f41
agilebill / admin.php
100644 26 lines (24 sloc) 0.744 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
 
/**
* AgileBill - Open Billing Software
*
* This body of work is free software; you can redistribute it and/or
* modify it under the terms of the Open AgileBill License
* License as published at http://www.agileco.com/agilebill/license1-4.txt
*
* For questions, help, comments, discussion, etc., please join the
* Agileco community forums at http://forum.agileco.com/
*
* @link http://www.agileco.com/
* @copyright 2004-2008 Agileco, LLC.
* @license http://www.agileco.com/agilebill/license1-4.txt
* @author Tony Landis <tony@agileco.com>
* @package AgileBill
* @version 1.4.93
*/
 
if(!isset($_POST["default_admin"]) && !isset($_POST["default_admin"]))
{
DEFINE('ADMIN_FORCE', true);
}
include_once('index.php');
?>