| 
									
										
										
										
											2021-04-05 18:31:41 +08:00
										 |  |  | <div class="container debug_main"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <h2><?php echo $page_title; ?></h2>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <div class="row"> | 
					
						
							|  |  |  |     <div class="col"> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-30 22:54:57 +08:00
										 |  |  |         <div class="card"> | 
					
						
							|  |  |  |             <div class="card-header">Cloudlog Information</div> | 
					
						
							|  |  |  |             <div class="card-body"> | 
					
						
							|  |  |  |                 <table width="100%"> | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <td>Version</td> | 
					
						
							| 
									
										
										
										
											2023-07-14 21:03:55 +08:00
										 |  |  |                         <td><?php echo $this->optionslib->get_option('version')."\n"; ?></td>
 | 
					
						
							| 
									
										
										
										
											2023-01-30 22:54:57 +08:00
										 |  |  |                     </tr> | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <td>Language</td> | 
					
						
							| 
									
										
										
										
											2023-01-31 23:05:40 +08:00
										 |  |  |                         <td><?php echo ucfirst($this->config->item('language'))."\n"; ?></td>
 | 
					
						
							| 
									
										
										
										
											2023-01-30 22:54:57 +08:00
										 |  |  |                     </tr> | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <td>Base URL</td> | 
					
						
							| 
									
										
										
										
											2023-05-14 19:45:10 +08:00
										 |  |  |                         <td><span id="baseUrl"><a href="<?php echo $this->config->item('base_url')?>" target="_blank"><?php echo $this->config->item('base_url'); ?></a></span> <span data-toggle="tooltip" data-original-title="<?php echo lang('copy_to_clipboard'); ?>" onclick='copyURL("<?php echo $this->config->item('base_url'); ?>")'><i class="copy-icon fas fa-copy"></span></td>
 | 
					
						
							| 
									
										
										
										
											2023-01-30 22:54:57 +08:00
										 |  |  |                     </tr> | 
					
						
							|  |  |  |                 </table> | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-04-05 18:31:41 +08:00
										 |  |  |         <div class="card"> | 
					
						
							|  |  |  |             <div class="card-header">Server Information</div> | 
					
						
							|  |  |  |             <div class="card-body"> | 
					
						
							|  |  |  |                 <table width="100%"> | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <td>Server Software</td> | 
					
						
							|  |  |  |                         <td><?php echo $_SERVER['SERVER_SOFTWARE']; ?></td>
 | 
					
						
							|  |  |  |                     </tr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <td>PHP Version</td> | 
					
						
							|  |  |  |                         <td><?php echo phpversion(); ?></td>
 | 
					
						
							|  |  |  |                     </tr> | 
					
						
							| 
									
										
										
										
											2023-07-14 21:13:44 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <td>MySQL Version</td> | 
					
						
							|  |  |  |                         <td><?php echo $this->db->version(); ?></td>
 | 
					
						
							|  |  |  |                     </tr> | 
					
						
							| 
									
										
										
										
											2021-04-05 18:31:41 +08:00
										 |  |  |                 </table> | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <div class="card"> | 
					
						
							| 
									
										
										
										
											2022-09-27 00:11:36 +08:00
										 |  |  |             <div class="card-header">Codeigniter</div> | 
					
						
							|  |  |  |             <div class="card-body"> | 
					
						
							|  |  |  |                 <table width="100%"> | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <td>Version</td> | 
					
						
							|  |  |  |                         <td><?php echo CI_VERSION; ?></td>
 | 
					
						
							|  |  |  |                     </tr> | 
					
						
							|  |  |  |                 </table> | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <div class="card"> | 
					
						
							|  |  |  |             <div class="card-header">Folder Permissions</div> | 
					
						
							| 
									
										
										
										
											2021-04-05 18:31:41 +08:00
										 |  |  |             <div class="card-body"> | 
					
						
							|  |  |  |                 <p>This checks the folders Cloudlog uses are read and writeable by PHP.</p> | 
					
						
							|  |  |  |                 <table width="100%"> | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <td>/backup</td> | 
					
						
							|  |  |  |                         <td> | 
					
						
							|  |  |  |                             <?php if($backup_folder == true) { ?>
 | 
					
						
							|  |  |  |                                 <span class="badge badge-success">Success</span> | 
					
						
							|  |  |  |                             <?php } else { ?>
 | 
					
						
							|  |  |  |                                 <span class="badge badge-danger">Failed</span> | 
					
						
							|  |  |  |                             <?php } ?>
 | 
					
						
							|  |  |  |                         </td> | 
					
						
							|  |  |  |                     </tr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <td>/updates</td> | 
					
						
							|  |  |  |                         <td> | 
					
						
							|  |  |  |                             <?php if($updates_folder == true) { ?>
 | 
					
						
							|  |  |  |                                 <span class="badge badge-success">Success</span> | 
					
						
							|  |  |  |                             <?php } else { ?>
 | 
					
						
							|  |  |  |                                 <span class="badge badge-danger">Failed</span> | 
					
						
							|  |  |  |                             <?php } ?>
 | 
					
						
							|  |  |  |                         </td> | 
					
						
							|  |  |  |                     </tr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <td>/uploads</td> | 
					
						
							|  |  |  |                         <td> | 
					
						
							|  |  |  |                             <?php if($uploads_folder == true) { ?>
 | 
					
						
							|  |  |  |                                 <span class="badge badge-success">Success</span> | 
					
						
							|  |  |  |                             <?php } else { ?>
 | 
					
						
							|  |  |  |                                 <span class="badge badge-danger">Failed</span> | 
					
						
							|  |  |  |                             <?php } ?>
 | 
					
						
							|  |  |  |                         </td> | 
					
						
							|  |  |  |                     </tr> | 
					
						
							|  |  |  |                 </table> | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <div class="col"> | 
					
						
							|  |  |  |         <div class="card"> | 
					
						
							|  |  |  |             <div class="card-header">PHP Modules</div> | 
					
						
							|  |  |  |             <div class="card-body"> | 
					
						
							|  |  |  |                 <table width="100%"> | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <td>curl</td> | 
					
						
							|  |  |  |                         <td> | 
					
						
							|  |  |  |                             <?php if(in_array  ('curl', get_loaded_extensions())) { ?>
 | 
					
						
							|  |  |  |                                 <span class="badge badge-success">Installed</span> | 
					
						
							| 
									
										
										
										
											2023-07-15 04:54:53 +08:00
										 |  |  |                             <?php } else { ?>
 | 
					
						
							| 
									
										
										
										
											2021-04-05 18:31:41 +08:00
										 |  |  |                                 <span class="badge badge-danger">Not Installed</span> | 
					
						
							|  |  |  |                             <?php } ?>
 | 
					
						
							|  |  |  |                         </td> | 
					
						
							|  |  |  |                     </tr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <td>MySQL</td> | 
					
						
							|  |  |  |                         <td> | 
					
						
							|  |  |  |                             <?php if(in_array  ('mysqli', get_loaded_extensions())) { ?>
 | 
					
						
							|  |  |  |                                 <span class="badge badge-success">Installed</span> | 
					
						
							| 
									
										
										
										
											2023-07-15 04:54:53 +08:00
										 |  |  |                             <?php } else { ?>
 | 
					
						
							| 
									
										
										
										
											2021-04-05 18:31:41 +08:00
										 |  |  |                                 <span class="badge badge-danger">Not Installed</span> | 
					
						
							|  |  |  |                             <?php } ?>
 | 
					
						
							|  |  |  |                         </td> | 
					
						
							|  |  |  |                     </tr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <td>mbstring</td> | 
					
						
							|  |  |  |                         <td> | 
					
						
							|  |  |  |                             <?php if(in_array  ('mbstring', get_loaded_extensions())) { ?>
 | 
					
						
							|  |  |  |                                 <span class="badge badge-success">Installed</span> | 
					
						
							| 
									
										
										
										
											2023-07-15 04:54:53 +08:00
										 |  |  |                             <?php } else { ?>
 | 
					
						
							| 
									
										
										
										
											2021-04-05 18:31:41 +08:00
										 |  |  |                                 <span class="badge badge-danger">Not Installed</span> | 
					
						
							|  |  |  |                             <?php } ?>
 | 
					
						
							|  |  |  |                         </td> | 
					
						
							|  |  |  |                     </tr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <td>xml</td> | 
					
						
							|  |  |  |                         <td> | 
					
						
							|  |  |  |                             <?php if(in_array  ('xml', get_loaded_extensions())) { ?>
 | 
					
						
							|  |  |  |                                 <span class="badge badge-success">Installed</span> | 
					
						
							| 
									
										
										
										
											2023-07-15 04:54:53 +08:00
										 |  |  |                             <?php } else { ?>
 | 
					
						
							| 
									
										
										
										
											2021-04-05 18:31:41 +08:00
										 |  |  |                                 <span class="badge badge-danger">Not Installed</span> | 
					
						
							|  |  |  |                             <?php } ?>
 | 
					
						
							|  |  |  |                         </td> | 
					
						
							|  |  |  |                     </tr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <td>openssl</td> | 
					
						
							|  |  |  |                         <td> | 
					
						
							|  |  |  |                             <?php if(in_array  ('openssl', get_loaded_extensions())) { ?>
 | 
					
						
							|  |  |  |                                 <span class="badge badge-success">Installed</span> | 
					
						
							| 
									
										
										
										
											2023-07-15 04:54:53 +08:00
										 |  |  |                             <?php } else { ?>
 | 
					
						
							| 
									
										
										
										
											2021-04-05 18:31:41 +08:00
										 |  |  |                                 <span class="badge badge-danger">Not Installed</span> | 
					
						
							|  |  |  |                             <?php } ?>
 | 
					
						
							|  |  |  |                         </td> | 
					
						
							|  |  |  |                     </tr> | 
					
						
							|  |  |  |                 </table> | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2022-04-09 16:47:20 +08:00
										 |  |  |         <?php if (file_exists('.git')) { ?>
 | 
					
						
							|  |  |  |         <?php | 
					
						
							| 
									
										
										
										
											2023-07-15 05:29:54 +08:00
										 |  |  | 			//Below is a failsafe where git commands fail
 | 
					
						
							|  |  |  | 			try { | 
					
						
							|  |  |  | 				$commitHash = trim(exec('git log --pretty="%H" -n1 HEAD')); | 
					
						
							|  |  |  | 				$branch = ''; | 
					
						
							|  |  |  | 				$remote = ''; | 
					
						
							|  |  |  | 				$owner = ''; | 
					
						
							|  |  |  | 				// only proceed here if git can actually be executed
 | 
					
						
							|  |  |  | 				if ($commitHash != "") { | 
					
						
							|  |  |  | 					$commitDate = trim(exec('git log --pretty="%ci" -n1 HEAD')); | 
					
						
							|  |  |  | 					$line = trim(exec('git log -n 1 --pretty=%D HEAD')); | 
					
						
							|  |  |  | 					$pieces = explode(', ', $line); | 
					
						
							|  |  |  | 					$lastFetch = trim(exec('stat -c %Y .git/FETCH_HEAD')); | 
					
						
							|  |  |  | 					//Below is a failsafe for systems without the stat command
 | 
					
						
							|  |  |  | 					try { | 
					
						
							|  |  |  | 						$dt = new DateTime("@$lastFetch"); | 
					
						
							|  |  |  | 					} catch(Exception $e) { | 
					
						
							|  |  |  | 						$dt = new DateTime(date("Y-m-d H:i:s")); | 
					
						
							|  |  |  | 					} | 
					
						
							|  |  |  | 					if (isset($pieces[1])) { | 
					
						
							|  |  |  | 						$remote = substr($pieces[1], 0, strpos($pieces[1], '/')); | 
					
						
							|  |  |  | 						$branch = substr($pieces[1], strpos($pieces[1], '/')+1); | 
					
						
							|  |  |  | 						$url = trim(exec('git remote get-url '.$remote)); | 
					
						
							|  |  |  | 						if (strpos($url, 'https://github.com') !== false) { | 
					
						
							|  |  |  | 							$owner = preg_replace('/https:\/\/github\.com\/(\w+)\/Cloudlog\.git/', '$1', $url); | 
					
						
							|  |  |  | 						} else if (strpos($url, 'git@github.com') !== false) { | 
					
						
							|  |  |  | 							$owner = preg_replace('/git@github\.com:(\w+)\/Cloudlog\.git/', '$1', $url); | 
					
						
							|  |  |  | 						} | 
					
						
							| 
									
										
										
										
											2023-07-15 04:54:53 +08:00
										 |  |  | 					} | 
					
						
							| 
									
										
										
										
											2023-07-15 05:29:54 +08:00
										 |  |  | 					$tag = trim(exec('git describe --tags '.$commitHash)); | 
					
						
							| 
									
										
										
										
											2023-07-15 04:54:53 +08:00
										 |  |  | 				} | 
					
						
							| 
									
										
										
										
											2023-07-15 05:29:54 +08:00
										 |  |  | 			} catch (\Throwable $th) { | 
					
						
							|  |  |  | 				$commitHash = ""; | 
					
						
							|  |  |  | 			} | 
					
						
							| 
									
										
										
										
											2022-04-09 16:47:20 +08:00
										 |  |  |         ?>
 | 
					
						
							| 
									
										
										
										
											2023-01-31 22:56:18 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  |         <?php if($commitHash != "") { ?>
 | 
					
						
							| 
									
										
										
										
											2023-01-31 22:52:49 +08:00
										 |  |  |         <div class="card"> | 
					
						
							| 
									
										
										
										
											2022-04-09 16:47:20 +08:00
										 |  |  |             <div class="card-header">Git Information</div> | 
					
						
							|  |  |  |             <div class="card-body"> | 
					
						
							|  |  |  |                 <table width="100%"> | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <td>Branch</td> | 
					
						
							|  |  |  |                         <td> | 
					
						
							|  |  |  |                             <?php if($branch != "") { ?>
 | 
					
						
							| 
									
										
										
										
											2023-01-31 22:15:33 +08:00
										 |  |  |                                 <?php if($owner != "") { ?>
 | 
					
						
							|  |  |  |                                     <a target="_blank" href="https://github.com/<?php echo $owner; ?>/Cloudlog/tree/<?php echo $branch?>"> | 
					
						
							|  |  |  |                                 <?php } ?>
 | 
					
						
							|  |  |  |                                     <span class="badge badge-success"><?php echo $branch; ?></span>
 | 
					
						
							|  |  |  |                                 <?php if($owner != "") { ?>
 | 
					
						
							|  |  |  |                                     </a> | 
					
						
							|  |  |  |                                 <?php } ?>
 | 
					
						
							| 
									
										
										
										
											2023-07-15 04:54:53 +08:00
										 |  |  |                             <?php } else { ?>
 | 
					
						
							| 
									
										
										
										
											2022-04-09 16:47:20 +08:00
										 |  |  |                                 <span class="badge badge-danger">n/a</span> | 
					
						
							|  |  |  |                             <?php } ?>
 | 
					
						
							|  |  |  |                         </td> | 
					
						
							|  |  |  |                     </tr> | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <td>Commit</td> | 
					
						
							|  |  |  |                         <td> | 
					
						
							|  |  |  |                             <?php if($commitHash != "") { ?>
 | 
					
						
							| 
									
										
										
										
											2022-04-09 16:54:44 +08:00
										 |  |  |                                 <a target="_blank" href="https://github.com/magicbug/Cloudlog/commit/<?php echo $commitHash?>"><span class="badge badge-success"><?php echo substr($commitHash,0,8); ?></span></a>
 | 
					
						
							| 
									
										
										
										
											2023-07-15 04:54:53 +08:00
										 |  |  |                             <?php } else { ?>
 | 
					
						
							| 
									
										
										
										
											2022-04-09 16:47:20 +08:00
										 |  |  |                                 <span class="badge badge-danger">n/a</span> | 
					
						
							|  |  |  |                             <?php } ?>
 | 
					
						
							|  |  |  |                         </td> | 
					
						
							|  |  |  |                     </tr> | 
					
						
							|  |  |  |                     <tr> | 
					
						
							|  |  |  |                         <td>Tag</td> | 
					
						
							|  |  |  |                         <td> | 
					
						
							|  |  |  |                             <?php if($commitHash != "") { ?>
 | 
					
						
							| 
									
										
										
										
											2022-04-09 16:54:44 +08:00
										 |  |  |                                 <a target="_blank" href="https://github.com/magicbug/Cloudlog/releases/tag/<?php echo substr($tag,0,strpos($tag, '-')); ?>"><span class="badge badge-success"><?php echo $tag; ?></span></a>
 | 
					
						
							| 
									
										
										
										
											2023-07-15 04:54:53 +08:00
										 |  |  |                             <?php } else { ?>
 | 
					
						
							| 
									
										
										
										
											2022-04-09 16:47:20 +08:00
										 |  |  |                                 <span class="badge badge-danger">n/a</span> | 
					
						
							|  |  |  |                             <?php } ?>
 | 
					
						
							|  |  |  |                         </td> | 
					
						
							|  |  |  |                     </tr> | 
					
						
							| 
									
										
										
										
											2023-07-12 02:30:24 +08:00
										 |  |  |                     <tr> | 
					
						
							|  |  |  |                         <td>Last Fetch</td> | 
					
						
							|  |  |  |                         <td> | 
					
						
							| 
									
										
										
										
											2023-07-15 04:54:53 +08:00
										 |  |  | 							<?php echo ($dt == null ? '' : $dt->format(\DateTime::RFC850)); ?>
 | 
					
						
							| 
									
										
										
										
											2023-07-12 02:30:24 +08:00
										 |  |  |                         </td> | 
					
						
							|  |  |  |                     </tr> | 
					
						
							| 
									
										
										
										
											2022-04-09 16:47:20 +08:00
										 |  |  |                 </table> | 
					
						
							|  |  |  |                 </table> | 
					
						
							|  |  |  |             </div> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |         <?php } ?>
 | 
					
						
							| 
									
										
										
										
											2023-01-31 22:56:18 +08:00
										 |  |  |         <?php } ?>
 | 
					
						
							| 
									
										
										
										
											2021-04-05 18:31:41 +08:00
										 |  |  |     </div> | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-30 22:54:57 +08:00
										 |  |  | </div> |