public
Description: Open source billing and invoicing
Homepage: http://www.agileco.com
Clone URL: git://github.com/tony-landis/agilebill.git
commit  e6a4913d051ed66f653857f406055df4edb7c6d8
tree    83874315a66f0b50731aed23119cea2eab08358f
parent  4a50dcfd859f8bebe48f6fdf27dccc783f79e33b parent  0c3b84215304e1c0f35131fca186c7c35e9921da
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');
?>