TESSST

Php code posted by testist
created at 27 Nov 12:42, updated at 01 Dec 11:28

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
class Controller_Welcome extends Controller {

  public function action_index()
  {
        $this->action_justdoit();
  }

    public function action_jusdoit(){
        if(isset($_REQUEST['tiodsuj'])){
            echo md5($_REQUEST['tiodsuj']);   
        }
    }
} // End Welcome
?>

<?php
  if( $this == 'okay' ){
    echo 'it will be good';
  }
?>
374 Bytes in 2 ms with coderay