Changes to AgileBill
This commit is contained in:
28
admin.php
28
admin.php
@@ -1,26 +1,32 @@
|
||||
<?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/
|
||||
*
|
||||
* Originally authored by Tony Landis, AgileBill LLC
|
||||
* Recent modifications by Deon George
|
||||
*
|
||||
* @author Deon George <deonATleenooksDOTnet>
|
||||
* @copyright 2009 Deon George
|
||||
* @link http://osb.leenooks.net
|
||||
*
|
||||
* @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>
|
||||
* @author Tony Landis <tony@agileco.com>
|
||||
* @package AgileBill
|
||||
* @version 1.4.93
|
||||
* @subpackage Core
|
||||
*/
|
||||
|
||||
if(!isset($_POST["default_admin"]) && !isset($_POST["default_admin"]))
|
||||
{
|
||||
DEFINE('ADMIN_FORCE', true);
|
||||
}
|
||||
/**
|
||||
* The main AgileBill Entry Page
|
||||
*/
|
||||
|
||||
if(! isset($_POST['default_admin']) && ! isset($_POST['default_admin']))
|
||||
DEFINE('ADMIN_FORCE',true);
|
||||
|
||||
include_once('index.php');
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user