forked from dimikot/DbSimple
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: svn://dklab.ru/lib/DbSimple/trunk@97 78bb956b-1e24-0410-b8d0-c528fdc9eae3
- Loading branch information
dk
committed
Jan 8, 2007
1 parent
950cfc3
commit e9f2e88
Showing
4 changed files
with
510 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Options +Indexes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
AddHandler application/x-httpd-php-source php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php ## Ãëàâíûé êîíôèãóðàöèîííûé ôàéë ñàéòà. | ||
// Ïîäêëþ÷àåòñÿ êî âñåì ñöåíàðèÿì (àâòîìàòè÷åñêè èëè âðó÷íóþ) | ||
if (!defined("PATH_SEPARATOR")) | ||
define("PATH_SEPARATOR", getenv("COMSPEC")? ";" : ":"); | ||
ini_set("include_path", ini_get("include_path").PATH_SEPARATOR.dirname(__FILE__)); | ||
?> |
Oops, something went wrong.