mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 05:11:27 +00:00 
			
		
		
		
	use require_once instead of include("Log.php")
This commit is contained in:
		
							parent
							
								
									c099903f12
								
							
						
					
					
						commit
						1bad1d2aa5
					
				|  | @ -18,7 +18,7 @@ | ||||||
| //    along with this program; if not, write to the Free Software
 | //    along with this program; if not, write to the Free Software
 | ||||||
| //    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 | //    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 | ||||||
| 
 | 
 | ||||||
| include("Log.php"); | require_once("Log.php"); | ||||||
| require_once("inc/inc.Utils.php"); | require_once("inc/inc.Utils.php"); | ||||||
| 
 | 
 | ||||||
| $logger = getLogger(); | $logger = getLogger(); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann