Merge branch 'saas-dev' into soundcloud
This commit is contained in:
commit
02e0537be9
13 changed files with 54 additions and 54 deletions
|
@ -54,7 +54,7 @@ if (isset($this->obj)) {
|
|||
<dl class="zend_form">
|
||||
<dt id="description-label"><label for="description"><?php echo _("Description") ?></label></dt>
|
||||
<dd id="description-element">
|
||||
<textarea cols="80" rows="24" id="description" name="description"><?php echo $this->obj->getDescription(); ?></textarea>
|
||||
<textarea cols="80" rows="24" id="description" name="description"><?php echo $this->escape($this->obj->getDescription()); ?></textarea>
|
||||
</dd>
|
||||
</dl>
|
||||
</fieldset>
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
</head>
|
||||
|
||||
<?php
|
||||
/* Disabling most of the status page for Airtime Pro
|
||||
|
||||
/* Airtime Pro
|
||||
$phpDependencies = checkPhpDependencies();
|
||||
$externalServices = checkExternalServices();
|
||||
$zend = $phpDependencies["zend"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue