Sign in

Péter Szládovics / smbind-ng · Files

GitLab

  • Back to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 4
  • Merge Requests 0
  • Labels
  • Wiki
  • smbind-ng
  • src
  • user.php
  • First public release
    c3aa122f
    Péter Szládovics authored
    2015-12-27 22:02:09 +0100  
    Browse Code »
user.php 183 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
<?php
require_once "include.php";

if($_SERVER['REQUEST_METHOD'] == 'POST') {
    include("userwrite.php");
} else {
    $smarty->assign("success",'');
}
include("userread.php");

?>