diff classes.php @ 0:629389204276

Import initial
author Franck Deroche <webmaster@defr.org>
date Sat, 20 Oct 2007 14:15:10 +0200
parents
children ff57b45eda37
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/classes.php	Sat Oct 20 14:15:10 2007 +0200
@@ -0,0 +1,14 @@
+<?php
+/*
+WebLog : Classe globale & all
+*/
+
+ini_set("include_path", $_SERVER['DOCUMENT_ROOT'] . "/blog/includes/");
+
+require_once("config.php");
+require_once("class.dataaccess.php");
+require_once("class.requete.php");
+require_once("class.domutils.php");
+require_once("class.textutils.php");
+
+?>