docker
Showing
2 changed files
with
12 additions
and
2 deletions
| ... | @@ -25,7 +25,7 @@ | ... | @@ -25,7 +25,7 @@ |
| 25 | 25 | ||
| 26 | 26 | ||
| 27 | 27 | ||
| 28 | <body><div id="login"><?php | 28 | <?php |
| 29 | 29 | ||
| 30 | include_once("./config.php"); | 30 | include_once("./config.php"); |
| 31 | include_once("includes/functions.php"); | 31 | include_once("includes/functions.php"); |
| ... | @@ -53,7 +53,7 @@ | ... | @@ -53,7 +53,7 @@ |
| 53 | } else { | 53 | } else { |
| 54 | $authUrl = $gClient->createAuthUrl(); | 54 | $authUrl = $gClient->createAuthUrl(); |
| 55 | } | 55 | } |
| 56 | echo '<img src="tenzing.gif" width="259" alt="Tenzing" /></br>'; | 56 | echo '<body><div id="login"><img src="tenzing.gif" width="259" alt="Tenzing" /></br>'; |
| 57 | if(isset($authUrl)) { | 57 | if(isset($authUrl)) { |
| 58 | echo '<a href="'.$authUrl.'"><img width="259" style="padding:20px;" src="./images/glogin.png" alt=""/></a>'; | 58 | echo '<a href="'.$authUrl.'"><img width="259" style="padding:20px;" src="./images/glogin.png" alt=""/></a>'; |
| 59 | } else { | 59 | } else { | ... | ... |
-
Please register or sign in to post a comment