Index: trunk/extensions/WindowsAzureSDK/WindowsAzureSDK.php |
— | — | @@ -36,5 +36,5 @@ |
37 | 37 | $wgExtensionMessagesFiles['WindowsAzureSDK'] = $dir . 'WindowsAzureSDK.i18n.php'; |
38 | 38 | |
39 | 39 | if(!class_exists('Microsoft_WindowsAzure_Diagnostics_Manager')) { |
40 | | - require_once( $wgWindowsAzureSDKRoot.'/library/Microsoft/AutoLoader.php' ); |
| 40 | + require_once( $dir.'lib/PHPAzure/library/Microsoft/AutoLoader.php' ); |
41 | 41 | } |
\ No newline at end of file |
Index: trunk/extensions/WindowsAzureSDK/README.txt |
— | — | @@ -1,12 +1,12 @@ |
| 2 | +==General== |
| 3 | +You can use the WindowsAzureSDK extension for MediaWiki to register the SDK with |
| 4 | +your environment. All classes from the "PHPAzure - Windows Azure SDK for |
| 5 | +PHP" by REALDOLMEN are bundled with this extension. |
| 6 | + |
| 7 | +You can find the orginal sources at http://phpazure.codeplex.com/ |
| 8 | + |
2 | 9 | ==Installation== |
3 | | -Download (http://phpazure.codeplex.com/) and extract the the "PHPAzure - |
4 | | -Windows Azure SDK for PHP" by REALDOLMEN. |
5 | | - |
6 | 10 | Copy the WindowsAzureSDK extension to your <mediawiki>/extensions directory |
7 | 11 | and add the following line to your LocalSettings.php: |
8 | 12 | |
9 | | -$wgWindowsAzureSDKRoot = '../path/to/phpazure'; |
10 | | -include_once( "$IP/../extensions/WindowsAzureSDK/WindowsAzureSDK.php" ); |
11 | | - |
12 | | -Make sure the $wgWindowsAzureSDKRoot variable is defined before the include_once |
13 | | -statement. |
\ No newline at end of file |
| 13 | +include_once( "$IP/../extensions/WindowsAzureSDK/WindowsAzureSDK.php" ); |
\ No newline at end of file |