[Kos-cvs] kos-web/admin addnews2.php,1.6,1.7 admin.php,1.2,1.3

thomas at kos.enix.org thomas at kos.enix.org
Sun Jan 9 17:47:04 CET 2005


Update of /var/cvs/kos/kos-web/admin
In directory the-doors:/tmp/cvs-serv17440

Modified Files:
	addnews2.php admin.php 
Log Message:
Hop, ça marche toujours pas

Index: admin.php
===================================================================
RCS file: /var/cvs/kos/kos-web/admin/admin.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- admin.php	30 Dec 2004 01:01:29 -0000	1.2
+++ admin.php	9 Jan 2005 16:47:02 -0000	1.3
@@ -1,5 +1,10 @@
 <?
 
+include("$topsrcdir/include/header.php");
+include("$topsrcdir/include/footer.php");
+include("$topsrcdir/include/main.php");
+
+
 function make_passwd($passwd)
 {
   $result = kos_bd_query("SELECT PASSWORD('". addslashes($passwd). "')");

Index: addnews2.php
===================================================================
RCS file: /var/cvs/kos/kos-web/admin/addnews2.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- addnews2.php	9 Jan 2005 16:45:15 -0000	1.6
+++ addnews2.php	9 Jan 2005 16:47:02 -0000	1.7
@@ -5,8 +5,6 @@
 include("$topsrcdir/include/toc.php");
 include("$topsrcdir/include/bd.php");
 include("$topsrcdir/include/date.php");
-include("$topsrcdir/include/header.php");
-include("$topsrcdir/include/footer.php");
 
 put_header("ADD_NEWS",
 	   array ("fr" => "Ajout d'une news - Résultat"));



More information about the Kos-cvs mailing list