Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
26 lines (24 sloc)
744 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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'); | |
| ?> |