Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Removed tar path option Core settings tab
Browse files Browse the repository at this point in the history
  • Loading branch information
justnx committed Jul 18, 2013
1 parent 397c6d5 commit 52b5552
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
9 changes: 1 addition & 8 deletions app/src/structs/struct.CONFIG.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,14 +211,7 @@ final class CONFIG
* @see APPCONTEXT
*/
public static $INLINE_HELP;

/**
* Path to tar command-line tool
*
* @staticvar string
*/
public static $TAR_PATH;


/**
* Path to php command-line tool
*
Expand Down
4 changes: 0 additions & 4 deletions app/templates/admin/settings_core.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,6 @@
{include file="admin/inc/intable_footer.tpl" color="Gray"}

{include file="admin/inc/intable_header.tpl" header="Binary tools" color="Gray"}
<tr>
<td width="18%">Path to tar binary:</td>
<td width="82%"><input name="tar_path" type="text" class="text" id="tar_path" value="{$tar_path}" size="30"> <span class="Webta_Ihelp">Used to extract updates</span></td>
</tr>
<tr>
<td width="18%">Path to zendid binary:</td>
<td width="82%"><input name="zendid_path" type="text" class="text" id="zendid_path" value="{$zendid_path}" size="30"> <span class="Webta_Ihelp">Used to generate Zend Host ID</span></td>
Expand Down
1 change: 0 additions & 1 deletion sql/database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ INSERT INTO `config` (`id`,`key`,`value`) VALUES
(422,'allow_NS_record','1'),
(423,'allow_CNAME_record','1'),
(424,'rotate_log_every','7'),
(425,'tar_path','/bin/tar'),
(426,'zendid_path',''),
(427,'inline_help','1'),
(429,'phone_format','+[cc]-[2-4]-[4-10]'),
Expand Down

0 comments on commit 52b5552

Please sign in to comment.