|
Revision 729, 0.5 kB
(checked in by Tatzelwurm, 4 years ago)
|
|
New Icons
Captcha added
Need help for english translation!!!
|
-
Property svn:mime-type set to
text/plain
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | /** |
|---|
| 3 | * @author Robert "Tatzelwurm" Hempel |
|---|
| 4 | * @copyright 2007/2007 INSIDE das Hörspiel |
|---|
| 5 | * @license GNU LGPL http://www.gnu.org/licenses/lgpl.txt |
|---|
| 6 | * @package de.inside.Gewinnspiel |
|---|
| 7 | */ |
|---|
| 8 | // include config |
|---|
| 9 | $packageDirs = array(); |
|---|
| 10 | require_once(dirname(__FILE__).'/config.inc.php'); |
|---|
| 11 | |
|---|
| 12 | // include WCF |
|---|
| 13 | require_once(RELATIVE_WCF_DIR.'global.php'); |
|---|
| 14 | if (!count($packageDirs)) $packageDirs[] = GWSP_DIR; |
|---|
| 15 | $packageDirs[] = WCF_DIR; |
|---|
| 16 | |
|---|
| 17 | // starting wbb core |
|---|
| 18 | require_once(GWSP_DIR.'lib/system/GWSPCore.class.php'); |
|---|
| 19 | new GWSPCore(); |
|---|
| 20 | ?> |
|---|