forked from LiveCarta/PayPal-PHP-SDK
Updated Sample index.php to proper format on htmlpreview
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user