Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/p9vt2p3ui/AdvancedMiNotes/commit/7ed78fd8fad0f35cb96e63a9c039954d89fb7000?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
5 additions and
5 deletions
@ -212,35 +212,35 @@ public class Notes {
/ * *
/ * *
* Generic data column , the meaning is { @link # MIMETYPE } specific , used for
* Generic data column , the meaning is MIMETYPE specific , used for
* integer data type
* integer data type
* < P > Type : INTEGER < / P >
* < P > Type : INTEGER < / P >
* /
* /
public static final String DATA1 = "data1" ;
public static final String DATA1 = "data1" ;
/ * *
/ * *
* Generic data column , the meaning is { @link # MIMETYPE } specific , used for
* Generic data column , the meaning is MIMETYPE specific , used for
* integer data type
* integer data type
* < P > Type : INTEGER < / P >
* < P > Type : INTEGER < / P >
* /
* /
public static final String DATA2 = "data2" ;
public static final String DATA2 = "data2" ;
/ * *
/ * *
* Generic data column , the meaning is { @link # MIMETYPE } specific , used for
* Generic data column , the meaning is MIMETYPE specific , used for
* TEXT data type
* TEXT data type
* < P > Type : TEXT < / P >
* < P > Type : TEXT < / P >
* /
* /
public static final String DATA3 = "data3" ;
public static final String DATA3 = "data3" ;
/ * *
/ * *
* Generic data column , the meaning is { @link # MIMETYPE } specific , used for
* Generic data column , the meaning is MIMETYPE specific , used for
* TEXT data type
* TEXT data type
* < P > Type : TEXT < / P >
* < P > Type : TEXT < / P >
* /
* /
public static final String DATA4 = "data4" ;
public static final String DATA4 = "data4" ;
/ * *
/ * *
* Generic data column , the meaning is { @link # MIMETYPE } specific , used for
* Generic data column , the meaning is MIMETYPE specific , used for
* TEXT data type
* TEXT data type
* < P > Type : TEXT < / P >
* < P > Type : TEXT < / P >
* /
* /