aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pinq/App.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pinq/App.php')
-rw-r--r--lib/pinq/App.php31
1 files changed, 0 insertions, 31 deletions
diff --git a/lib/pinq/App.php b/lib/pinq/App.php
deleted file mode 100644
index 587b47a86..000000000
--- a/lib/pinq/App.php
+++ /dev/null
@@ -1,31 +0,0 @@
-<?php
-/**
- *
- * PHP version 5.4
- *
- * @category Mageia
- * @package Mageia\Web\www\Pinq
- * @author rda <rda@mageia.org>
- * @link http://www.mageia.org/
- *
- * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2+
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License aspublished by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
-*/
-
-
-/**
-*/
-abstract class Pinq_App
-{
- function __construct($controller, $options)
- {
- $this->_control = $controller;
- $this->_options = $options;
- }
-
- abstract function run();
-} \ No newline at end of file