|
Revision 364, 0.8 kB
(checked in by schst, 2 years ago)
|
Removed absolute path entries in config
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
<?php |
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
|
|---|
| 8 |
|
|---|
| 9 |
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 |
$basePath = '../..'; |
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 |
$neededFiles = array( |
|---|
| 22 |
'patForms' => $basePath.'/patForms/patForms.php', |
|---|
| 23 |
'patForms_Parser' => $basePath.'/patForms/patForms/Parser.php', |
|---|
| 24 |
'patErrorManager' => $basePath.'/patError/patErrorManager.php', |
|---|
| 25 |
'patTemplate' => $basePath.'/patTemplate/patTemplate.php' |
|---|
| 26 |
); |
|---|
| 27 |
|
|---|
| 28 |
?> |
|---|