PATH:
home
/
centosnipponia
/
public_html
/
msg
/
resources
/
views
<!-- Copyright (c) Microsoft Corporation. Licensed under the MIT License. --> <!-- <WelcomeSnippet> --> @extends('layout') @section('content') <div class="jumbotron"> <h1>PHP Graph Tutorial</h1> <p class="lead">This sample app shows how to use the Microsoft Graph API to access a user's data from PHP</p> @if(isset($userName)) <h4>Welcome {{ $userName }}!</h4> <p>Use the navigation bar at the top of the page to get started.</p> @else <a href="/signin" class="btn btn-primary btn-large">Click here to sign in</a> @endif </div> @endsection <!-- </WelcomeSnippet> -->
[+]
..
[-] calendar.blade.php
[edit]
[-] layout.blade.php
[edit]
[-] newevent.blade.php
[edit]
[-] welcome.blade.php
[edit]
[-] .htaccess.disabled
[edit]