Skip to content
  • This project
    • Loading...
  • Sign in

flexydial_v3 / fullerton

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • fullerton
  • storage
  • framework
  • views
  • 82a24df603fc5448f81200d5c6133b9e535fb...
  • Nitesh's avatar
    For gitignore file · a07f847b
    Nitesh committed 2020-04-20 06:43:34 +0000
    a07f847b Browse Files
82a24df603fc5448f81200d5c6133b9e535fb14b.php 226 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<?php


?>
User: <?php echo $user; ?>

<br>
IP : <?php echo $ip; ?>

<br>
URL : <?php echo Request::path(); ?>

<br><br>
XHR : <?php echo $xhr; ?>

<br><br>
Status : <?php echo $status; ?>

<br>
Error : <?php echo $error; ?>