|
@@ -17,7 +17,7 @@
|
|
|
|
|
|
The Initial Developer of the Original Code is
|
|
The Initial Developer of the Original Code is
|
|
Mark J Crane <[email protected]>
|
|
Mark J Crane <[email protected]>
|
|
- Portions created by the Initial Developer are Copyright (C) 2008-2012
|
|
|
|
|
|
+ Portions created by the Initial Developer are Copyright (C) 2008-2014
|
|
the Initial Developer. All Rights Reserved.
|
|
the Initial Developer. All Rights Reserved.
|
|
|
|
|
|
Contributor(s):
|
|
Contributor(s):
|
|
@@ -160,7 +160,7 @@ require_once "resources/paging.php";
|
|
elseif ($category == "provision" && $subcategory == "password" && $name == "var" ) {
|
|
elseif ($category == "provision" && $subcategory == "password" && $name == "var" ) {
|
|
echo " ******** \n";
|
|
echo " ******** \n";
|
|
} else {
|
|
} else {
|
|
- echo " ".$row['default_setting_value'];
|
|
|
|
|
|
+ echo " ".substr($row['default_setting_value'],0,58);
|
|
}
|
|
}
|
|
echo " \n";
|
|
echo " \n";
|
|
echo " </td>\n";
|
|
echo " </td>\n";
|