mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-08 06:56:08 +08:00
6 lines
No EOL
110 B
PHP
6 lines
No EOL
110 B
PHP
<?php
|
|
/**
|
|
* Source view - displays file in raw form if possible
|
|
*/
|
|
$this->extend('../layout');
|
|
echo $source; |