PHP Classes

File: examples/AjaxTest/lib/config.php

Recommend this page to a friend!
  Classes of Yaroslav Shapoval   Cyrillic to Latin   examples/AjaxTest/lib/config.php   Download  
File: examples/AjaxTest/lib/config.php
Role: Configuration script
Content type: text/plain
Description: Ajax config file
Class: Cyrillic to Latin
Translite text between cyrillic and latin
Author: By
Last change:
Date: 18 years ago
Size: 288 bytes
 

Contents

Class file image Download
<?php ## Главный конфигурационный файл сайта.
// Подключается ко всем сценариям (автоматически или вручную)
if (!defined("PATH_SEPARATOR"))
 
define("PATH_SEPARATOR", getenv("COMSPEC")? ";" : ":");
ini_set("include_path", ini_get("include_path").PATH_SEPARATOR.dirname(__FILE__));
?>