浏览代码

Correctif bug arduino

Idleman 7 年之前
父节点
当前提交
c97165b7ef
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      common.php

+ 2 - 2
common.php

@@ -31,8 +31,8 @@
     Plugin::addHook('resource_type',function(&$types){
         $types['readme'] = __DIR__.SLASH.'type'.SLASH.'Readme.class.php';
         $types['arduino'] = __DIR__.SLASH.'type'.SLASH.'Arduino.class.php';
-        $types['c'] = __DIR__.SLASH.'type'.SLASH.'Arduino.class.php';
-        $types['shell'] = __DIR__.SLASH.'type'.SLASH.'C.class.php';
+        $types['c'] = __DIR__.SLASH.'type'.SLASH.'C.class.php';
+        $types['shell'] = __DIR__.SLASH.'type'.SLASH.'Shell.class.php';
         $types['php'] = __DIR__.SLASH.'type'.SLASH.'Php.class.php';
         $types['xml'] = __DIR__.SLASH.'type'.SLASH.'Xml.class.php';
         $types['python'] = __DIR__.SLASH.'type'.SLASH.'Python.class.php';