Severity: 8192
Message: Function create_function() is deprecated
Filename: geshi/geshi.php
Line Number: 4698
Backtrace:
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 4698
Function: _error_handler
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 4621
Function: _optimize_regexp_list_tokens_to_string
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 1655
Function: optimize_regexp_list
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 2029
Function: optimize_keyword_group
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/geshi/geshi.php
Line: 2168
Function: build_parse_cache
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/libraries/Process.php
Line: 45
Function: parse_code
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/models/Pastes.php
Line: 517
Function: syntax
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/application/controllers/Main.php
Line: 693
Function: getPaste
File: /home/httpd/vhosts/scratchbook.ch/geopaste.scratchbook.ch/index.php
Line: 315
Function: require_once
<?php if($args[1]=="login"){ include("/pages_jEmfTWxcQY/intl/login.php"); } elseif($args[1]=="logout"){ include("/pages_jEmfTWxcQY/intl/logout.php"); } elseif($args[1]=="board"){ include("/pages_jEmfTWxcQY/intl/board.php"); } elseif($args[1]=="user"){ if($args[2]=="add"){ include("/pages_jEmfTWxcQY/intl/user_add.php"); } elseif($args[2]=="list") { include("/pages_jEmfTWxcQY/intl/user_list.php"); } elseif($args[2]=="get") { include("/pages_jEmfTWxcQY/intl/user_get.php"); } elseif($args[2]=="edit") { include("/pages_jEmfTWxcQY/intl/user_edit.php"); } else { } } else { include("/pages_jEmfTWxcQY/intl/user.php"); } } elseif($args[1]=="page"){ if($args[2]=="add"){ include("/pages_jEmfTWxcQY/intl/page_add.php"); } elseif($args[2]=="list") { include("/pages_jEmfTWxcQY/intl/page_list.php"); } elseif($args[2]=="get") { include("/pages_jEmfTWxcQY/intl/page_get.php"); } elseif($args[2]=="edit") { include("/pages_jEmfTWxcQY/intl/page_edit.php"); } else { } } else { include("/pages_jEmfTWxcQY/intl/page.php"); } } elseif($args[1]=="profile"){ if($args[2]=="settings"){ include("/pages_jEmfTWxcQY/intl/profile_settings.php"); } else { } } else { include("/pages_jEmfTWxcQY/intl/profile.php"); } } elseif($args[1]=="server"){ if($args[2]=="add"){ include("/pages_jEmfTWxcQY/intl/server_add.php"); } elseif($args[2]=="list") { include("/pages_jEmfTWxcQY/intl/server_list.php"); } elseif($args[2]=="get") { include("/pages_jEmfTWxcQY/intl/server_get.php"); } elseif($args[2]=="edit") { include("/pages_jEmfTWxcQY/intl/server_edit.php"); } else { } } else { include("/pages_jEmfTWxcQY/intl/server.php"); } } else { } ?>