Updated Sample index.php to proper format on htmlpreview

This commit is contained in:
Jay
2014-12-09 23:02:21 -06:00
parent bb11ace7ad
commit 4c52592709

View File

@@ -1,3 +1,4 @@
<!-- Welcome to PayPal REST SDK -- >
<?php <?php
if (PHP_SAPI == 'cli') { if (PHP_SAPI == 'cli') {
// If the index.php is called using console, we would try to host // If the index.php is called using console, we would try to host
@@ -24,6 +25,7 @@ if (PHP_SAPI == 'cli') {
exit(2); exit(2);
} }
} ?> } ?>
-->
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>