Changes made for documentation

This commit is contained in:
Abraar
2011-01-22 12:20:08 +00:00
parent 0765704db5
commit 0248e8121d
182 changed files with 241 additions and 187 deletions

View File

@@ -1,4 +1,7 @@
<?php
/**
* @package workflow-engine-bin-tasks
**/
/* Get the size of the terminal (only works on Linux, on Windows it's always 80) */
preg_match_all("/rows.([0-9]+);.columns.([0-9]+);/", strtolower(exec('stty -a |grep columns')), $output);