Fix path's in plugins

This commit is contained in:
botanic 2014-09-03 01:13:08 -07:00
parent f29aa60fc7
commit 6b484f7cbb
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ PluginName = API Key Management
Description = Provides public access to the API's by generating access tokens.
Version = 1.0.0
Type = Manual
TemplatePath = ../../../ams_lib/plugins/API_key_management/templates/index.tpl
TemplatePath = ../../../private_php/ams/plugins/API_key_management/templates/index.tpl

View file

@ -1,7 +1,7 @@
PluginName = Achievements
Description = Returns the achivements of a user with respect to the character =.
Version = 1.0.0
TemplatePath = ../../../ams_lib/plugins/Achievements/templates/index.tpl
TemplatePath = ../../../private_php/ams/plugins/Achievements/templates/index.tpl
Type = Manual

View file

@ -119,8 +119,8 @@ CREATE TABLE IF NOT EXISTS `plugins` (
--
INSERT INTO `plugins` (`Id`, `FileName`, `Name`, `Type`, `Owner`, `Permission`, `Status`, `Weight`, `Info`) VALUES
(1, 'API_key_management', 'API_key_management', 'automatic', '', 'admin', 0, 0, '{"PluginName":"API Key Management","Description":"Provides public access to the API''s by generating access tokens.","Version":"1.0.0","Type":"automatic","TemplatePath":"..\\/..\\/..\\/ams_lib\\/plugins\\/API_key_management\\/templates\\/index.tpl","":null}'),
(2, 'Achievements', 'Achievements', 'Manual', '', 'admin', 0, 0, '{"PluginName":"Achievements","Description":"Returns the achivements of a user with respect to the character =.","Version":"1.0.0","TemplatePath":"..\\/..\\/..\\/ams_lib\\/plugins\\/Achievements\\/templates\\/index.tpl","Type":"Manual","":null}');
(1, 'API_key_management', 'API_key_management', 'automatic', '', 'admin', 0, 0, '{"PluginName":"API Key Management","Description":"Provides public access to the API''s by generating access tokens.","Version":"1.0.0","Type":"automatic","TemplatePath":"..\\/..\\/..\\/private_php/ams\\/plugins\\/API_key_management\\/templates\\/index.tpl","":null}'),
(2, 'Achievements', 'Achievements', 'Manual', '', 'admin', 0, 0, '{"PluginName":"Achievements","Description":"Returns the achivements of a user with respect to the character =.","Version":"1.0.0","TemplatePath":"..\\/..\\/..\\/private_php/ams\\/plugins\\/Achievements\\/templates\\/index.tpl","Type":"Manual","":null}');
-- --------------------------------------------------------