Commit 9bfa4a9c by sn

<? => <?php

1 parent d5af0c7c
<? <?php
class mcConfig { class mcConfig {
private static $configs = array ( private static $configs = array (
......
<? <?php
class mcCrypt { class mcCrypt {
public static function crypt($param_string) { public static function crypt($param_string) {
......
<? <?php
class mcException extends mcEvent { class mcException extends mcEvent {
......
<? <?php
class mcFPDF extends FPDF { class mcFPDF extends FPDF {
......
<? <?php
class mcFile { class mcFile {
/** /**
......
<? <?php
class mcMail { class mcMail {
......
<? <?php
class mcPerformance { class mcPerformance {
private static $StaticCalls = array(); private static $StaticCalls = array();
......
<? <?php
/** /**
* noch nicht wirklich entwickelt... eher als notiz zu verstehen * noch nicht wirklich entwickelt... eher als notiz zu verstehen
* @since 20110801 @author n@mensch.coop * @since 20110801 @author n@mensch.coop
......
<? <?php
/** /**
* dinge die am Ende noch ausgeführt werden sollen * dinge die am Ende noch ausgeführt werden sollen
* *
......
<? <?php
require_once $__PATH_to_mcClasses .'include.php'; require_once $__PATH_to_mcClasses .'include.php';
require_once $__PATH_to_mcClasses .'config.php'; require_once $__PATH_to_mcClasses .'config.php';
...@@ -93,5 +93,3 @@ if($_LOSP_DEV) { ...@@ -93,5 +93,3 @@ if($_LOSP_DEV) {
D::start(); D::start();
} }
?>
\ No newline at end of file
<? <?php
/** /**
* include the mcClasses libary * include the mcClasses libary
* *
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
//require_once('../fpdf16/fpdf.php'); //require_once('../fpdf16/fpdf.php');
require_once("basepath.inc.php"); //require_once("basepath.inc.php");
if(!class_exists('FPDF')) { if(!class_exists('FPDF')) {
require_once $__PATH_to_mcClasses . 'lib/fpdf16/fpdf.php'; require_once $__PATH_to_mcClasses . 'lib/fpdf16/fpdf.php';
......
<? <?php
class mcPUIX_DOM { class mcPUIX_DOM {
private static $double = array(); private static $double = array();
......
<? <?php
class mcPUIX_PDO { class mcPUIX_PDO {
public static function getConfigColumnKeys($param_Config) { public static function getConfigColumnKeys($param_Config) {
......
...@@ -50,7 +50,7 @@ if(array_key_exists('qrcode', $_POST) && $_POST['qrcode']) { ...@@ -50,7 +50,7 @@ if(array_key_exists('qrcode', $_POST) && $_POST['qrcode']) {
</tr> </tr>
</table> </table>
</form> </form>
<? <?php
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!