Index: branches/testa-single-bookmark/php/x.php
===================================================================
--- branches/testa-single-bookmark/php/x.php	(revision 61)
+++ branches/testa-single-bookmark/php/x.php	(revision 62)
@@ -46,6 +46,6 @@
         $ret = get_url_data( $num )['path'];
         break;
-    case 'setting':
-        $ret = get_url_data( $num )['setting_path'];
+    case 'conf':
+        $ret = get_url_data( $num )['conf_path'];
         break;
     case 'output':
@@ -71,5 +71,5 @@
         $cmd_line_items = array("find" , $top_path , "-regex", $regexp);
         break;
-    case 'setting':
+    case 'conf':
         $regexp = '".*[^~]"';
         $cmd_line_items = array("find" , $top_path , "-type", "f", "-regex" , $regexp);
@@ -101,5 +101,5 @@
 
 function restrict_filelist( $num, $path_info , $part ) {
-    if( $part === "setting" ){
+    if( $part === "conf" ){
         $pathinfox = new ns\PathInfo($part, $path_info["top_path"]);
     }
@@ -199,5 +199,5 @@
     global $exec_path;
 
-    $filelist_filename = array("data"=> "filelist.json", "setting"=> "setting-filelist.json", "output" => "output-filelist.json");
+    $filelist_filename = array("data"=> "filelist.json", "conf"=> "conf-filelist.json", "output" => "output-filelist.json");
     #    $storage_dir = dirname(__FILE__) . '/../storage';
     $storage_dir = dirname(__FILE__) . '/../storage-devconf';
@@ -381,5 +381,5 @@
     $list = array();
 
-    $fname = get_full_path( $num, 'setting_path' , 'site.tsv');
+    $fname = get_full_path( $num, 'conf_path' , 'site.tsv');
     if (($f = fopen( $fname , "r" )) !== FALSE) {
         while (($data = fgetcsv($f, 1000, "\t")) !== FALSE) {
@@ -421,5 +421,5 @@
 
 function get_settings_file( $name ){
-    $dir = get_item( 0 , "setting_path" );
+    $dir = get_item( 0 , "conf_path" );
     $path = implode( "/" , [$dir, $name] );
 
