mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
- Added a 'pre' method for transparent support of the CLI (Command Line Interface) mode.
SVN:trunk[942]
This commit is contained in:
@@ -46,6 +46,11 @@ class CLIPage
|
||||
echo $sText."\n";
|
||||
}
|
||||
|
||||
public function pre($sText)
|
||||
{
|
||||
echo $sText."\n";
|
||||
}
|
||||
|
||||
public function add_comment($sText)
|
||||
{
|
||||
echo "#".$sText."\n";
|
||||
|
||||
Reference in New Issue
Block a user