PHP Classes

File: user.html

Recommend this page to a friend!
  Classes of giuseppe lucarelli   dbuser   user.html   Download  
File: user.html
Role: Auxiliary data
Content type: text/plain
Description: html file
Class: dbuser
Manage MySQL or PostgreSQL users using reconfig
Author: By
Last change: changed visibility
Date: 9 years ago
Size: 667 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="css/user.css" type="text/css" media="all" /> <SCRIPT LANGUAGE="JavaScript" SRC="js/jquery-1.11.1.min.js"></script> <SCRIPT LANGUAGE="JavaScript" SRC="js/jquery.reconfig-1.0.js"></SCRIPT> <SCRIPT LANGUAGE="JavaScript" SRC="js/user.js"></SCRIPT> <title>Admin sql users</title> </head> <body> <div id="wrapper"> <div id="building" class="reconfig"></div> </div> </body> </html>