Skip to content

Commit

Permalink
Update preconf sentora release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi-Bl committed Aug 8, 2015
1 parent ced8df5 commit d6bd18c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions preconf/sentora-install/sql/sentora_core.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Sentora Database Schema
*/
/*!40101 SET NAMES utf8 */;
Expand Down Expand Up @@ -597,7 +597,7 @@ CREATE TABLE `x_settings` (
/*Data for the table `x_settings` */

insert into `x_settings`(`so_id_pk`,`so_name_vc`,`so_cleanname_vc`,`so_value_tx`,`so_defvalues_tx`,`so_desc_tx`,`so_module_vc`,`so_usereditable_en`) values
(6,'dbversion','Sentora version','1.0.0',NULL,'Database Version','Sentora Config','false'),
(6,'dbversion','Sentora version','1.0.3',NULL,'Database Version','Sentora Config','false'),
(7,'sentora_root','Sentora root path','/etc/sentora/panel/',NULL,'Sentora Web Root','Sentora Config','true'),
(8,'module_icons_pr','Icons per Row','10',NULL,'Set the number of icons to display before beginning a new line.','Sentora Config','false'),
(10,'Sentora_df','Date Format','H:i jS M Y T',NULL,'Set the date format used by modules.','Sentora Config','true'),
Expand Down

0 comments on commit d6bd18c

Please sign in to comment.