remove BOMs from files

master
Gilles Crettenand 11 years ago
parent 44d52c107f
commit 4b35670f95

@ -1,4 +1,4 @@
<?php <?php
class Configuration { class Configuration {
private static $instance = null; private static $instance = null;

@ -1,4 +1,4 @@
<?php <?php
require_once('configuration.php'); require_once('configuration.php');
require_once('lib/Connection.php'); require_once('lib/Connection.php');

@ -1,4 +1,4 @@
<?php <?php
require_once('DbMapping.php'); require_once('DbMapping.php');

@ -1,4 +1,4 @@
<?php <?php
mb_http_output('UTF-8'); mb_http_output('UTF-8');

@ -1,4 +1,4 @@
<?php <?php
class Connection class Connection
{ {

@ -1,4 +1,4 @@
<?php <?php
/** /**
* Base class for mapping objects. inherit you database filled objects from here. * Base class for mapping objects. inherit you database filled objects from here.

@ -1,4 +1,4 @@
<?php <?php
require_once('DbMapping.php'); require_once('DbMapping.php');
require_once('AudioBook.php'); require_once('AudioBook.php');

@ -1,4 +1,4 @@
<?php <?php
/* /*
* Copyright Mathieu Schroeter for the BSR, 2013 * Copyright Mathieu Schroeter for the BSR, 2013

@ -1,4 +1,4 @@
<?php <?php
require_once "mobile.netbiblio.php"; require_once "mobile.netbiblio.php";

@ -1,4 +1,4 @@
<?php <?php
class WebException extends Exception class WebException extends Exception
{ {

Loading…
Cancel
Save