Skip to content

Instantly share code, notes, and snippets.

<?php
static $mysql_hostname = "127.0.0.1";
static $mysql_username = "root";
static $mysql_password = "bmlt_root_password";
static $mysql_database = "sezf";
static $mysql_port = 3306;
static $table_prefix = "sezf4_";
static $lang = 'en';
$formats_table = $table_prefix . "comdef_formats";