Hello,
I just start using filez and I'd like to submit you a pair of little patch to allow the use of a port different than default and to correct a little typo. I know they are obvious...
Are you interested in a complete italian translation and in some skinnable update?
Leandro
--- config.inc.php~ 2008-04-03 09:55:08.000000000 +0200
+++ config.inc.php 2008-10-31 11:54:50.000000000 +0100
@@ -4,8 +4,9 @@
================================*/
//Connexion base de données PDO
$host=""; //Hote BDD
+$port="3306"; // Host port
$dbname=""; //Nom de la base
-$dsn = "mysql:host=".$host.";dbname=".$dbname;
+$dsn = "mysql:host=".$host.";port=".$port.";dbname=".$dbname;
$bd_username=""; //Utilisateur base
$bd_pwd=""; //Son mot de passe
--- inc/config.inc.php~ 2008-10-31 12:02:14.000000000 +0100
+++ inc/config.inc.php 2008-10-31 12:03:05.000000000 +0100
@@ -40,7 +40,7 @@
// Si authentifaction par CAS doit être décommenté et rempli
// Sinon doit être commenté
$auth_cas_server_name=''; //Adresse du serveur CAS (par exemple 'casserver.univ.fr')
-$auth_cas_port=; //port du serveur cas
+$auth_cas_port=""; //port du serveur cas