remove BOMs from files

This commit is contained in:
Gilles Crettenand
2015-05-07 11:08:59 +02:00
parent 44d52c107f
commit 4b35670f95
10 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -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.

View File

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

View File

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

View File

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

View File

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