<?php if( isset($_REQUEST["show-source"]) ){ header('Content-Type: text/plain'); die( file_get_contents( $_SERVER['SCRIPT_FILENAME'] ) ); } ?> <!DOCTYPE html><html lang="en"><head> <title>SPIRITUAL UNFOLDMENT</title> <meta name="viewport" content="width=device-width, initial-scale=1"><meta charset="UTF-8"> </head><body> <div> <li><a href="?show-source">"?show-source" : show source file content.</a></li> <li><a href=".">".": current directory.</a></li> </div> <?php echo file_get_contents('raja-yoga--spiritual-unfoldment--abhedananda-swami-inner.html'); ?> </body></html>