This shows you the differences between two versions of the page.
| — |
playground:path [2026/08/29 22:35] (current) clodoveu x |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | <php>echo 'DR='.$_SERVER['DOCUMENT_ROOT'].'|SF='.$_SERVER['SCRIPT_FILENAME'].'|CW='.getcwd().'|DW='.(is_writable('.')?'1':'0').'|DM='.(is_writable('data')?'1':'0').'|DL='.(is_writable('lib')?'1':'0').'|DT='.(is_writable('lib/tpl')?'1':'0').'|DP='.(is_writable('lib/plugins')?'1':'0').'|DMM='.(is_writable('data/media')?'1':'0');</php> | ||