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

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

(new CHtmlPage())
	->addItem(
		(new CTag('h1', true, 'You should not see this message'))
	)->show();