Запись [f:_dev/conf.php] < dev.sky.1.001
Версия 1.001
001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 | <?php defined('START') or die; define('START_TS', microtime(true)); define('ENC', 'UTF-8'); define('DEV', true); # PHP_OS == 'WINNT' define('DEBUG', 1); # 0, 1, 2 ... verbosity error_reporting(DEBUG ? E_ALL : 0); define('CLI', 'cli' == PHP_SAPI); define('DB_NAME', '{$a_dev_sqldb}'); $idc = mysqli_init() or exit('db'); mysqli_options($idc, MYSQLI_INIT_COMMAND, "set names utf8") or exit('options'); @mysqli_real_connect($idc, '{$a_dev_sqlhost}', '{$a_dev_sqluser}', '{$a_dev_sqlpass}', DB_NAME) or exit(mysqli_connect_error()); mysqli_query($idc, "set lc_time_names = 'ru_RU'"); require '_dev/main/sky.php'; START === 'image' or require '_dev/main/all_dev.php'; |
Записи Codebase (89)
Статус SKY.
Current version: 1.001
Coresky records: 22
Local (DEV) records: 89
Web (all) records: 105
Download: dev.php
Coresky records: 22
Local (DEV) records: 89
Web (all) records: 105
Download: dev.php