Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 214 Bytes

File metadata and controls

14 lines (11 loc) · 214 Bytes

Healthy Places Server

Required:

A file named config.php is required that has the following file structure:

<?php 
	
	class Config {
		public $serverHashPassword = ""; 
		public $salt = "";
	}
	
?>