Go to most recent revision | Blame | Last modification | View Log | Download
<?php
$cfgBase = 'phpwebgallery';
$cfgUser = 'chaosdell';
$cfgPassword = 'sesvul';
$cfgHote = 'localhost';
$prefixeTable = 'phpwebgallery_';
define('PHPWG_INSTALLED', true);
?>