#!/usr/bin/perl # # ResooSite v.0.9 - Resoo 2002 # resoocnf.pl # %filesindex = ("1","Accueil",); %indexfiles=reverse %filesindex; $retourfiles = (keys %indexfiles); ######## configuration du site ######## #EDIT $admin = "admin\@resoo.com"; $bbs = "1"; $compt = "3"; $coul_lien = "#ff0000"; $coul_lien_actif = "#ff0000"; $coul_lien_vu = "#ff0000"; $couleur = "#000000"; $couleur_cell = "#ff0000"; $couleur_col = "#ffeeee"; $couleur_fond = "#ffffff"; $email = "admin\@resoo.net"; $image_fond = ""; $img = "1"; $imgtitre = "L'image du jour..."; $lettr = "lettr00"; $option1 = "1"; $option2 = "1"; $option3 = "1"; $police1 = "verdana"; $police2 = "arial"; $rep = "1"; $reptitre = "Fichiers disponibles :"; $taille_grande = "3"; $taille_petite = "1"; $taille_standard = "2"; $taille_stitre = "4"; $taille_titre = "6"; $title = "ResooSite v.0.9";