|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Variables | |
| if (php_sapi_name() !='cli') | |
| $svn_info = my_svn_info('.') | |
| $version = trim(file_get_contents('VERSION')) | |
| $trunk_url = $svn_info['Repository Root'] . '/htmlpurifier/trunk' | |
| $trunk_tag_url = $svn_info['Repository Root'] . '/htmlpurifier/tags/' . $version | |
| $svn_info = my_svn_info('.') |
Definition at line 12 of file release2-tag.php.
| $trunk_tag_url = $svn_info['Repository Root'] . '/htmlpurifier/tags/' . $version |
Definition at line 17 of file release2-tag.php.
| $trunk_url = $svn_info['Repository Root'] . '/htmlpurifier/trunk' |
Definition at line 16 of file release2-tag.php.
| $version = trim(file_get_contents('VERSION')) |
Definition at line 14 of file release2-tag.php.
| if(php_sapi_name() !='cli') | ( | php_sapi_name() ! | = 'cli' | ) |
Definition at line 5 of file release2-tag.php.