Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
domainepublic
alternc
Commits
408ff30a
Commit
408ff30a
authored
Mar 28, 2014
by
Alan Garcia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Shame on me : debug test was here...
parent
cde8eb71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
bureau/admin/adm_add.php
bureau/admin/adm_add.php
+0
-5
No files found.
bureau/admin/adm_add.php
View file @
408ff30a
...
...
@@ -122,11 +122,6 @@ if (isset($error) && $error) {
<th
colspan=
"2"
>
<input
type=
"checkbox"
name=
"create_dom"
value=
"1"
class=
"inc"
id=
"create_dom"
<?php
cbox
(
$create_dom
==
1
);
?>
/>
<label
for=
"create_dom"
>
<?php
printf
(
_
(
"Install the domain"
),
""
);
?>
</label>
<?php
echo
"plop"
;
printvar
(
variable_get
(
'hosting_tld'
)
);
?>
<span
class=
"int"
id=
"create_dom_list_pfx"
>
login.
</span><select
name=
"create_dom_list"
class=
"int"
id=
"create_dom_list"
>
<?php
if
(
variable_get
(
'hosting_tld'
))
{
?>
<option
value=
"
<?php
echo
variable_get
(
'hosting_tld'
);
?>
"
selected=
"selected"
>
<?php
echo
variable_get
(
'hosting_tld'
);
?>
</option>
...
...
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