Add license BSD on each file header
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@6096 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** User authentication (abstract class) */
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/auth.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/auth.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/auth.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/jwt.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/auth.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** All the needed functions to authorize or deny access to an authenticated
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
error_reporting (E_ALL);
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Takes the email and the password of the user */
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** User authentication against SESSION */
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/auth.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/dblayer.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/auth.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/dblayer.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/dblayeroo.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Display the backtrace in HTML with clicks to display the content
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** A cache manager in file
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** This class permit to cache the ouptut of a code. If the cache is already
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** An certificate authority
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Allow to interract with controllers and models from the CLI */
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Convert the name of colors to RGB
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Manage the configurations of the module done by administrator in a config
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Allow to manage a linux Console to have a minimal but working text interface
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Convert a format to another one
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** CSRF protection
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/fork.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** DBJSON : a NoSQL DB in JSON
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
// dblayer.php
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/dblayer.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Permit abstraction on the differents SQL databases available
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Allow to encrypt/decrypt data
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** The file method allow to manage files like PHP with a working chroot on all
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Manage the fork of children in Posix mode
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/csrf.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** The Full Text Search
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/verify.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/color.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** HTTP Helper : understand the best choices provided by browser, the HTTP
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/tcpclient.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** IMAP connection abstraction
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Manage .ini files like in php.ini
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Manage the IP addresses conversions */
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/encrypt.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Language class : change the messages
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** The lock management of files
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** The logger class permit to log the information from the soft
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Manage the MAC addresses
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** The class to create a complete email. Can read an email from a content
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Convert the Markdown text to html format
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Module management
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Class used to display data
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/output.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** This class allow a program to download a specific file from the filesystem,
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/output.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/output.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/output.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/output.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/output.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** A class to manage the password hashing, password generation
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Manage a queue in multiple storages
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/queue.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** The rate limit abstract class
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/lockfile.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Display the data in HTML with a FLASH method to display the errors
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/http.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** This class analyze the provided robots.txt file content and allow to
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/http.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/route.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/verify.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** This class allow to read the sitemaps files available in websites, and give
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Allow to send mails by smtp
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require ("domframework/ipaddresses.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** This class allow to manage Server-Sent Events
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** TCP Client
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** This class allow to start a TCP server and call a function each time a
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** The abstraction class of the users
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/dblayer.php");
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Generate a UUID v4
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Permit to check the validity of fields
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** This is the version of DomFramework.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
/** Create a diff from two strings, array or files
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
* @license BSD
|
||||
*/
|
||||
|
||||
require_once ("domframework/tcpclient.php");
|
||||
|
||||
Reference in New Issue
Block a user