Go to the source code of this file.
|
| | PHP |
| |
| | $shell ['title3'] = "focusoutside" |
| |
| | $shell ['h2'] = 'Why focus something, when you can.. Um, nevermind.' |
| |
| | $shell ['script'] = ob_get_contents() |
| |
| | $shell ['html_head'] = ob_get_contents() |
| |
| | $shell ['html_body'] = ob_get_contents() |
| |
◆ $shell [1/5]
| $shell[ 'h2'] = 'Why focus something, when you can.. Um, nevermind.' |
◆ $shell [2/5]
| $shell[ 'html_body'] = ob_get_contents() |
◆ $shell [3/5]
| $shell[ 'html_head'] = ob_get_contents() |
◆ $shell [4/5]
| $shell[ 'script'] = ob_get_contents() |
◆ $shell [5/5]
| $shell[ 'title3'] = "focusoutside" |
◆ PHP