commit c19bc3210f48d01b1314829dc8b8e453eb58e44b
parent 2dc8a8f1f2e0b45c49363e7486eaeef37f133a77
Author: ByteProject <stefan.vogt@byteproject.net>
Date: Sat, 21 Jan 2012 17:58:26 +0100
removed some really unnecessary rubbish
Diffstat:
7 files changed, 0 insertions(+), 225 deletions(-)
diff --git a/ansilove/load_adf.c b/ansilove/load_adf.c
@@ -1,31 +0,0 @@
-//
-// load_adf.m
-// AnsiLove/C
-//
-// Copyright (c) 2011, Stefan Vogt. All rights reserved.
-// http://byteproject.net
-//
-// Use of this source code is governed by a MIT-style license.
-// See the file LICENSE for details.
-//
-
-error_reporting(E_ALL ^ E_NOTICE);
-
-if (!@require_once(dirname(__FILE__).'/ansilove.php'))
-{
- echo "ERROR: Can't load Ansilove library.\n\n";
- exit(-1);
-}
-
-if (!@require_once(dirname(__FILE__).'/ansilove.cfg.php'))
-{
- echo "ERROR: Can't load Ansilove configuration file.\n\n";
- exit(-1);
-}
-
-$input=$_GET['input'];
-$bits=$_GET['bits'];
-
-$input=sanitize_input($input);
-
-@load_adf(ANSILOVE_FILES_DIRECTORY.$input,online,$bits);
diff --git a/ansilove/load_ansi.c b/ansilove/load_ansi.c
@@ -1,33 +0,0 @@
-//
-// load_ansi.m
-// AnsiLove/C
-//
-// Copyright (c) 2011, Stefan Vogt. All rights reserved.
-// http://byteproject.net
-//
-// Use of this source code is governed by a MIT-style license.
-// See the file LICENSE for details.
-//
-
-error_reporting(E_ALL ^ E_NOTICE);
-
-if (!@require_once(dirname(__FILE__).'/ansilove.php'))
-{
- echo "ERROR: Can't load Ansilove library.\n\n";
- exit(-1);
-}
-
-if (!@require_once(dirname(__FILE__).'/ansilove.cfg.php'))
-{
- echo "ERROR: Can't load Ansilove configuration file.\n\n";
- exit(-1);
-}
-
-$input=$_GET['input'];
-$font=$_GET['font'];
-$bits=$_GET['bits'];
-$icecolors=$_GET['icecolors'];
-
-$input=sanitize_input($input);
-
-@load_ansi(ANSILOVE_FILES_DIRECTORY.$input,online,$font,$bits,$icecolors);
diff --git a/ansilove/load_binary.c b/ansilove/load_binary.c
@@ -1,34 +0,0 @@
-//
-// load_binary.m
-// AnsiLove/C
-//
-// Copyright (c) 2011, Stefan Vogt. All rights reserved.
-// http://byteproject.net
-//
-// Use of this source code is governed by a MIT-style license.
-// See the file LICENSE for details.
-//
-
-error_reporting(E_ALL ^ E_NOTICE);
-
-if (!@require_once(dirname(__FILE__).'/ansilove.php'))
-{
- echo "ERROR: Can't load Ansilove library.\n\n";
- exit(-1);
-}
-
-if (!@require_once(dirname(__FILE__).'/ansilove.cfg.php'))
-{
- echo "ERROR: Can't load Ansilove configuration file.\n\n";
- exit(-1);
-}
-
-$input=$_GET['input'];
-$columns=$_GET['columns'];
-$font=$_GET['font'];
-$bits=$_GET['bits'];
-$icecolors=$_GET['icecolors'];
-
-$input=sanitize_input($input);
-
-@load_binary(ANSILOVE_FILES_DIRECTORY.$input,online,$columns,$font,$bits,$icecolors);
diff --git a/ansilove/load_idf.c b/ansilove/load_idf.c
@@ -1,31 +0,0 @@
-//
-// load_idf.m
-// AnsiLove/C
-//
-// Copyright (c) 2011, Stefan Vogt. All rights reserved.
-// http://byteproject.net
-//
-// Use of this source code is governed by a MIT-style license.
-// See the file LICENSE for details.
-//
-
-error_reporting(E_ALL ^ E_NOTICE);
-
-if (!@require_once(dirname(__FILE__).'/ansilove.php'))
-{
- echo "ERROR: Can't load Ansilove library.\n\n";
- exit(-1);
-}
-
-if (!@require_once(dirname(__FILE__).'/ansilove.cfg.php'))
-{
- echo "ERROR: Can't load Ansilove configuration file.\n\n";
- exit(-1);
-}
-
-$input=$_GET['input'];
-$bits=$_GET['bits'];
-
-$input=sanitize_input($input);
-
-@load_idf(ANSILOVE_FILES_DIRECTORY.$input,online,$bits);
diff --git a/ansilove/load_pcboard.c b/ansilove/load_pcboard.c
@@ -1,33 +0,0 @@
-//
-// load_pcboard.m
-// AnsiLove/C
-//
-// Copyright (c) 2011, Stefan Vogt. All rights reserved.
-// http://byteproject.net
-//
-// Use of this source code is governed by a MIT-style license.
-// See the file LICENSE for details.
-//
-
-error_reporting(E_ALL ^ E_NOTICE);
-
-if (!@require_once(dirname(__FILE__).'/ansilove.php'))
-{
- echo "ERROR: Can't load Ansilove library.\n\n";
- exit(-1);
-}
-
-if (!@require_once(dirname(__FILE__).'/ansilove.cfg.php'))
-{
- echo "ERROR: Can't load Ansilove configuration file.\n\n";
- exit(-1);
-}
-
-$input=$_GET['input'];
-$font=$_GET['font'];
-$bits=$_GET['bits'];
-$icecolors=$_GET['icecolors'];
-
-$input=sanitize_input($input);
-
-@load_pcboard(ANSILOVE_FILES_DIRECTORY.$input,online,$font,$bits);
diff --git a/ansilove/load_tundra.c b/ansilove/load_tundra.c
@@ -1,32 +0,0 @@
-//
-// load_tundra.m
-// AnsiLove/C
-//
-// Copyright (c) 2011, Stefan Vogt. All rights reserved.
-// http://byteproject.net
-//
-// Use of this source code is governed by a MIT-style license.
-// See the file LICENSE for details.
-//
-
-error_reporting(E_ALL ^ E_NOTICE);
-
-if (!@require_once(dirname(__FILE__).'/ansilove.php'))
-{
- echo "ERROR: Can't load Ansilove library.\n\n";
- exit(-1);
-}
-
-if (!@require_once(dirname(__FILE__).'/ansilove.cfg.php'))
-{
- echo "ERROR: Can't load Ansilove configuration file.\n\n";
- exit(-1);
-}
-
-$input=$_GET['input'];
-$font=$_GET['font'];
-$bits=$_GET['bits'];
-
-$input=sanitize_input($input);
-
-@load_tundra(ANSILOVE_FILES_DIRECTORY.$input,online,$font,$bits);
diff --git a/ansilove/load_xbin.c b/ansilove/load_xbin.c
@@ -1,31 +0,0 @@
-//
-// load_xbin.m
-// AnsiLove/C
-//
-// Copyright (c) 2011, Stefan Vogt. All rights reserved.
-// http://byteproject.net
-//
-// Use of this source code is governed by a MIT-style license.
-// See the file LICENSE for details.
-//
-
-error_reporting(E_ALL ^ E_NOTICE);
-
-if (!@require_once(dirname(__FILE__).'/ansilove.php'))
-{
- echo "ERROR: Can't load Ansilove library.\n\n";
- exit(-1);
-}
-
-if (!@require_once(dirname(__FILE__).'/ansilove.cfg.php'))
-{
- echo "ERROR: Can't load Ansilove configuration file.\n\n";
- exit(-1);
-}
-
-$input=$_GET['input'];
-$bits=$_GET['bits'];
-
-$input=sanitize_input($input);
-
-@load_xbin(ANSILOVE_FILES_DIRECTORY.$input,online,$bits);