fixing /usr/share/fusionpbx to be /usr/share/examples/fusionpbx

This commit is contained in:
Richard Neese
2014-10-23 18:03:33 +00:00
parent a866c04b22
commit 49840b33da
7 changed files with 19 additions and 19 deletions

View File

@@ -122,7 +122,7 @@ echo "<br><br><br>";
echo "<form name='frm' method='post' action=''>\n";
if (permission_exists("upgrade_svn") && !is_dir("/usr/share/fusionpbx")) {
if (permission_exists("upgrade_svn") && !is_dir("/usr/share/examples/fusionpbx")) {
echo "<table width='100%' border='0' cellpadding='6' cellspacing='0'>\n";
echo "<tr>\n";
echo " <td width='30%' class='vncell'>\n";