Die Suche ergab 1 Treffer

von Mania
01.03.2011 02:23
Forum: [3.0.x] Mod Bastelstube
Thema: start.php und paar fragen!
Antworten: 0
Zugriffe: 730

start.php und paar fragen!

Hello leute,
Ich hab das hier fertig gemacht und funz außerhalb des phpbb dir.
<?php
/*
* start.php
*/

define('IN_PHPBB', true);
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './forum/';
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common ...

Zur erweiterten Suche