mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Fix: rename inc to includes
This commit is contained in:
@@ -12,13 +12,14 @@
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/admin/tools/eaccelerator.php
|
||||
* \brief Page administration de eaccelerator
|
||||
* \version $Id: eaccelerator.php,v 1.18 2011/08/03 00:45:43 eldy Exp $
|
||||
* \version $Id$
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -39,7 +40,7 @@ llxHeader();
|
||||
if (!function_exists('eaccelerator_info'))
|
||||
{
|
||||
print 'eAccelerator is not installed.';
|
||||
llxfooter('$Date: 2011/08/03 00:45:43 $ - $Revision: 1.18 $');
|
||||
llxfooter('$Date$ - $Revision$');
|
||||
exit;
|
||||
}
|
||||
|
||||
@@ -338,5 +339,5 @@ print '<strong>Eaccelerator is created by the eAccelerator team, <a href="http:/
|
||||
print "</td></tr></table>";
|
||||
|
||||
|
||||
llxfooter('$Date: 2011/08/03 00:45:43 $ - $Revision: 1.18 $');
|
||||
llxfooter('$Date$ - $Revision$');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user