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

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

(new CHtmlPage())
	->addItem(
		(new CTag('h1', true, '4th module - cannot be enabled together with 1st module'))
	)->show();