Example #1
0
	public static function execute($args = '') {
		$h = new self($args);
		$h->history();
		
		return \AIP\lib\hlprs\NotReturnable::i();
	}