コード例 #1
0
ファイル: functions.php プロジェクト: sergy444/joomla
	static function isEditPage()
	{
		require_once __DIR__ . '/protect.php';

		return NNProtect::isEditPage();
	}