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