Michal Čihař
|
b8d269c1c3
|
no PMA_PMA_ prefix :-)
|
2006-04-11 14:08:23 +00:00 |
|
Sebastian Mendel
|
f365bb5d04
|
fixed not initilized variable in getCookiePath();
use new PMA_getenv();
|
2006-04-11 14:04:19 +00:00 |
|
Michal Čihař
|
c53264cac0
|
Better check for server system (patch #1462738).
|
2006-04-10 13:01:05 +00:00 |
|
Michal Čihař
|
fd0bb46fa4
|
Check also default config mtime (bug #1467620).
|
2006-04-10 12:54:07 +00:00 |
|
Marc Delisle
|
30afc8d7b0
|
bug 1445120, cookie login not working on IIS
|
2006-03-13 23:14:50 +00:00 |
|
Marc Delisle
|
6eba03ecfe
|
bug #1444867, config.inc.php not loading on PHP < 4.3.0
|
2006-03-07 18:35:50 +00:00 |
|
Sebastian Mendel
|
76f0235061
|
replaced $_SERVER with getenv()
|
2006-03-06 10:49:45 +00:00 |
|
Marc Delisle
|
6fe79cc137
|
bug #1418769 part 1: stat failed for ./config.inc.php (under PHP 4)
|
2006-02-23 12:45:13 +00:00 |
|
Michal Čihař
|
03ca5b8846
|
Trim spaces from config file to avoid unwanted outpu (path #1431566, thanks to Piotr_Skowronek - piotr_skowronek).
|
2006-02-21 17:44:38 +00:00 |
|
Marc Delisle
|
dee8d64c1c
|
bug #1418769 part 2, missing argument for PHP 4
|
2006-02-08 18:26:33 +00:00 |
|
Marc Delisle
|
5c736824c3
|
possibility of having a backslash in a non-windows path
|
2006-02-08 17:58:06 +00:00 |
|
Marc Delisle
|
3809b1e8b8
|
bug #1409770 auto-detection and dirname on Windows
|
2006-02-04 15:33:54 +00:00 |
|
Marc Delisle
|
32cca60124
|
2.9.0-dev
|
2006-01-29 13:03:26 +00:00 |
|
Sebastian Mendel
|
0ae8842353
|
(not complete) PEAR coding standard
|
2006-01-17 17:03:02 +00:00 |
|
Marc Delisle
|
32a39388f1
|
bug #1398931, incorrect detection of PmaAbsoluteUri in vhost situations
|
2006-01-07 13:25:07 +00:00 |
|
Michal Čihař
|
b14a75c320
|
Do not check permissions on Windows, it seems to be broken anyway.
|
2006-01-02 09:32:29 +00:00 |
|
Marc Delisle
|
6d10f738f9
|
patch #1392181, typo
|
2005-12-30 22:43:49 +00:00 |
|
Sebastian Mendel
|
541c4b9111
|
fixed handling of https and $cfg['ForceSSL'] (bug #1379491)
|
2005-12-15 09:16:56 +00:00 |
|
Sebastian Mendel
|
6696d07f91
|
check config file also on wakeup (bug #1376522)
|
2005-12-14 17:41:50 +00:00 |
|
Sebastian Mendel
|
248d12363d
|
added check is_readable for user config file
|
2005-12-14 17:12:28 +00:00 |
|
Michal Čihař
|
42268f9575
|
Refuse to load config file with world writable permissions, refuse to work with existing config dir.
|
2005-12-08 18:29:41 +00:00 |
|
Sebastian Mendel
|
50c4439d30
|
clear old config values
|
2005-12-07 08:32:21 +00:00 |
|
Sebastian Mendel
|
b8619ad1ad
|
correctly reset config variables on changes in config.inc.php
|
2005-12-05 15:50:25 +00:00 |
|
Sebastian Mendel
|
9fe2097f39
|
make use of PMA_array_merge_recursive() (forgot to remove debug code)
|
2005-12-05 13:20:07 +00:00 |
|
Sebastian Mendel
|
389d8f2871
|
make use of PMA_array_merge_recursive()
|
2005-12-05 13:09:21 +00:00 |
|
Sebastian Mendel
|
3d5994dd7d
|
session cookie path (bug #1370294)
|
2005-12-01 10:46:56 +00:00 |
|
Sebastian Mendel
|
f05a0df6f6
|
no error for missing config file (bug #1370269)
|
2005-12-01 08:33:12 +00:00 |
|
Michal Čihař
|
f88d908e83
|
Move config.default.php to librarires (bug #1365759).
|
2005-11-30 19:01:47 +00:00 |
|
Michal Čihař
|
17a3ebe53a
|
Actually load configuration.
|
2005-11-30 18:59:48 +00:00 |
|
Sebastian Mendel
|
e16cc93094
|
allow to load no user config
|
2005-11-30 15:31:36 +00:00 |
|
Sebastian Mendel
|
9a715f8c96
|
merged code from common.inc.php and defines.lib.php
|
2005-11-30 14:00:30 +00:00 |
|
Sebastian Mendel
|
86a4731d48
|
merged check for collationconnection and output buffering from common.lib.php
|
2005-11-29 18:28:08 +00:00 |
|
Sebastian Mendel
|
687ea83a62
|
added checkPmaAbsoluteUri()
|
2005-11-29 17:41:27 +00:00 |
|
Sebastian Mendel
|
ff6c564b13
|
new class for handling config
|
2005-11-29 16:46:46 +00:00 |
|