Skip to content

Commit aaaefbd

Browse files
committed
newline
1 parent 707d8d4 commit aaaefbd

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

example/callback.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Step two: check if user has autorized our app
44

55
// autoload
6-
include_once "../../../autoload.php";
6+
include_once "../vendor/autoload.php";
77

88
// very small boot file. Starts session. Defines constants.
99
include_once "boot.php";

example/index.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@
4040
$api = new githubapi();
4141

4242
$url = $api->getAccessUrl($access_config);
43-
echo "<a href=\"$url\">Github Login</a>";
43+
echo "<a href=\"$url\">Github Login</a>";
44+

0 commit comments

Comments
 (0)