Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
6 |
Andrea |
1 |
<? |
|
|
2 |
|
|
|
3 |
// path delle directory per l'impianto |
|
|
4 |
$path_input = APP_PATH.'impiantodb/input'; |
|
|
5 |
$path_output = APP_PATH.'impiantodb/tmp'; |
|
|
6 |
$path_awk = APP_PATH.'impiantodb/awk'; |
|
|
7 |
$path_log = 'logs'; |
|
|
8 |
|
|
|
9 |
?> |