Adjust the line spacing.
This commit is contained in:
parent
8779ca5221
commit
84c7af60ea
|
|
@ -166,7 +166,6 @@ if (($_POST['submit'] == "Upload") && is_uploaded_file($_FILES['upload_file']['t
|
||||||
$moh_xml .= " <param name=\"interval\" value=\"20\"/>\n";
|
$moh_xml .= " <param name=\"interval\" value=\"20\"/>\n";
|
||||||
$moh_xml .= " <param name=\"timer-name\" value=\"soft\"/>\n";
|
$moh_xml .= " <param name=\"timer-name\" value=\"soft\"/>\n";
|
||||||
$moh_xml .= " </directory>\n";
|
$moh_xml .= " </directory>\n";
|
||||||
$moh_xml .= "\n";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//get the contents of the template
|
//get the contents of the template
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,5 @@
|
||||||
<!-- limit to how many seconds the file will play -->
|
<!-- limit to how many seconds the file will play -->
|
||||||
<!--<param name="chime-max" value="500"/>-->
|
<!--<param name="chime-max" value="500"/>-->
|
||||||
</directory>
|
</directory>
|
||||||
|
|
||||||
{v_moh_categories}
|
{v_moh_categories}
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
@ -34,7 +34,7 @@ require_once "includes/lib_functions.php";
|
||||||
|
|
||||||
//add the menu uuid
|
//add the menu uuid
|
||||||
$menu_uuid = 'b4750c3f-2a86-b00d-b7d0-345c14eca286';
|
$menu_uuid = 'b4750c3f-2a86-b00d-b7d0-345c14eca286';
|
||||||
|
|
||||||
//error reporting
|
//error reporting
|
||||||
ini_set('display_errors', '1');
|
ini_set('display_errors', '1');
|
||||||
//error_reporting (E_ALL); // Report everything
|
//error_reporting (E_ALL); // Report everything
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue