blob: 400cda0ad8a5f1eece8b12e50e5f2eaaa64cc543 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
Prado::using('System.Web.UI.ActiveControls.*');
class Ticket488 extends TPage
{
function login($sender,$param)
{
//$param->IsValid = $this->Password == 'Prado';
}
}
|