All pastes #2062501 Raw Edit

Stuff

public php v1 · immutable
#2062501 ·published 2011-05-17 14:08 UTC
rendered paste body
echo 'DIR PATH = ' . ABSPATH . 'index.php<br />';if ( file_exists( ABSPATH . 'index.php' ) ) {	echo 'File does exist.';}else {	echo 'File does NOT exist.';}