- Remove invalid variables.

This commit is contained in:
liyang
2024-04-22 14:25:50 +08:00
parent 4c91760c1e
commit 44654f9b0d
+1 -3
View File
@@ -26,8 +26,6 @@ include LIB_ROOT . 'init.php';
*/
function getVersionType($version)
{
global $config;
if(strpos($version, 'max') !== false) return 'max';
if(strpos($version, 'biz') !== false) return 'biz';
if(strpos($version, 'pro') !== false) return 'pro';
@@ -97,7 +95,7 @@ function ztfExtract($dir)
* Get to the directory of test cases.
*
* @access public
* @return void
* @return array
*/
function getCaseModelDir()
{