PATH:
home
/
centosnipponia
/
public_html
/
msg
/
storage
/
framework
/
views
<!-- Copyright (c) Microsoft Corporation. Licensed under the MIT License. --> <!-- <WelcomeSnippet> --> <?php $__env->startSection('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> <?php if(isset($userName)): ?> <h4>Welcome <?php echo e($userName); ?>!</h4> <p>Use the navigation bar at the top of the page to get started.</p> <?php else: ?> <a href="/signin" class="btn btn-primary btn-large">Click here to sign in</a> <?php endif; ?> </div> <?php $__env->stopSection(); ?> <!-- </WelcomeSnippet> --> <?php echo $__env->make('layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/centosnipponia/public_html/msg/resources/views/welcome.blade.php ENDPATH**/ ?>
[+]
..
[-] .gitignore
[edit]
[-] 4e64a97f6641b8ee69499e02c557385d5a5064b3.php
[edit]
[-] 80617671827bb1db004741969b2b0c8dd1c2ebba.php
[edit]
[-] 83f306272d9b0ccde93413ea3027db785d250856.php
[edit]
[-] 97126beed7204266a663804e53bb9cce9c2d9946.php
[edit]
[-] a80492667a612df76adc999ae2fafff496c46d0a.php
[edit]
[-] .htaccess.disabled
[edit]