Ok, using this code:
<?php
// _ _ _ _ _ ____ ____
//| | (_) | | | | | | _ \| _ \
//| | _| |_| |_| | ___| |_) | |_) |
//| | | | __| __| |/ _ \ _ <| _ <
//| |____| | |_| |_| | __/ |_) | |_) |
//|______|_|\__|\__|_|\___|____/|____/
//
//A bmwboy Project
//Copyright 2005 Bmwboy Scripting
//The copyright may not be modified or removed in any way!
//Use of this script means that you agree to the liscense!
//LittleBB index.php file
//LittleBB v1.0
//Started June 27 2005
include "lang/lang.php";
include "conf.php";
require "conf.php";
$action = $_GET['action'];
switch($action)
{
case 'test':
require('source/test.php');
break;
case 'test2':
require('source/test2.php');
break;
);
?>
Returns:
Parse error: parse error, unexpected ')' in /home/majorweb/public_html/littlebb/index.php on line 31