| [ PHPXref.com ] | [ Generated: Sun Jul 20 16:22:48 2008 ] | [ 4images 1.7.4 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?php 2 /************************************************************************** 3 * * 4 * 4images - A Web Based Image Gallery Management System * 5 * ---------------------------------------------------------------- * 6 * * 7 * File: config.php * 8 * Copyright: (C) 2002 Jan Sorgalla * 9 * Email: jan@4homepages.de * 10 * Web: http://www.4homepages.de * 11 * Scriptversion: 1.7.4 * 12 * * 13 * Never released without support from: Nicky (http://www.nicky.net) * 14 * * 15 ************************************************************************** 16 * * 17 * Dieses Script ist KEINE Freeware. Bitte lesen Sie die Lizenz- * 18 * bedingungen (Lizenz.txt) für weitere Informationen. * 19 * --------------------------------------------------------------- * 20 * This script is NOT freeware! Please read the Copyright Notice * 21 * (Licence.txt) for further information. * 22 * * 23 *************************************************************************/ 24 25 $db_servertype = "mysql"; 26 $db_host = ""; 27 $db_name = ""; 28 $db_user = ""; 29 $db_password = ""; 30 31 $table_prefix = "4images_"; 32 33 define("4IMAGES_ACTIVE", 1); 34 35 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |