Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
domainepublic
alternc
Commits
a488ff6d
Commit
a488ff6d
authored
Feb 08, 2013
by
Alan Garcia
Browse files
commentaires dans le fichier
parent
e171f30e
Changes
1
Hide whitespace changes
Inline
Side-by-side
bureau/admin/sql_users_list.php
View file @
a488ff6d
...
...
@@ -41,7 +41,7 @@ $rdb=$mysql->get_dblist();
if
(
isset
(
$error
)
&&
$error
)
{
echo
"<p class=
\"
error
\"
>
$error
</p><p> </p>"
;
}
if
(
$r
){
if
(
$r
){
// if there is some userlist
?>
<form
method=
"post"
action=
"sql_users_del.php"
>
<table
cellspacing=
"0"
cellpadding=
"4"
class=
"tlist"
>
...
...
@@ -76,9 +76,7 @@ for($i=0;$i<count($r);$i++) {
<br/>
<?php
}
?>
<span
class=
"ina"
><a
href=
"sql_users_add.php"
>
<?php
__
(
"Create a new MySQL user"
);
?>
</a><br
/></span>
<?php
}
// if $r
?>
<span
class=
"ina"
><a
href=
"sql_users_add.php"
>
<?php
__
(
"Create a new MySQL user"
);
?>
</a></span>
<?php
include_once
(
"foot.php"
);
?>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment