Beispiel #1
0
 public static string VersionInformation()
 {
     FileHelper helper = new FileHelper();
     return helper.ReadFileContent(HttpContext.Current.Request.ServerVariables["APPL_PHYSICAL_PATH"] + "admin/vesion.ini").Trim();
 }
Beispiel #2
0
 public Table()
 {
     FileHelper helper = new FileHelper();
     this.table.AppendLine(helper.ReadFileContent(ServerInfo.GetServerPath() + @"admin\include\table.htm"));
     helper = null;
 }