Welcome to mirror list, hosted at ThFree Co, Russian Federation.

second.module.php « views « module_number_2 « modules « selenium « tests « ui - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b16e7f3a6efaeb5dc6822e393c8f1339ac1fa7f9 (plain)
1
2
3
4
5
6
<?php

(new CHtmlPage())
	->addItem(
		(new CTag('h1', true, '2nd module is also working'))
	)->show();