This commit is contained in:
genuineparts 2025-06-20 20:13:51 +02:00
parent aa052ee9dc
commit 114e22bbab
10 changed files with 115 additions and 99 deletions

View file

@ -1,6 +1,6 @@
<?php
/**
* Project: BeCast Webengine - simple site engine
* Project: BeCast WebEngine - simple site engine
* File: /admin/index.php
*
* This library is free software; you can redistribute it and/or
@ -18,11 +18,11 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* @link http://www.BeCast.at
* @copyright 2009 becast.at
* @copyright 2009-2025 becast.at
* @author Bernhard Jaud <bernhard at becast dot at>
* @package BeCast Webengine core
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: index.php 100 2010-02-20 14:42:30Z genuineparts $
* @version $Id$
*/
ERROR_REPORTING(E_ALL ^E_NOTICE);
$basepath="";