diff options
author | Filip Komar <filip@mageia.org> | 2014-02-01 21:33:17 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2014-02-01 21:33:17 +0000 |
commit | 1b27e5bfa52899c4bf04417eae95f9ce45096c13 (patch) | |
tree | 95335088479c7f42ecc83c817044733c6de2dd8e /en/3 | |
parent | 23e92410001a60d15769172862cc8d66c2199d87 (diff) | |
download | www-1b27e5bfa52899c4bf04417eae95f9ce45096c13.tar www-1b27e5bfa52899c4bf04417eae95f9ce45096c13.tar.gz www-1b27e5bfa52899c4bf04417eae95f9ce45096c13.tar.bz2 www-1b27e5bfa52899c4bf04417eae95f9ce45096c13.tar.xz www-1b27e5bfa52899c4bf04417eae95f9ce45096c13.zip |
small bugfix for include GA in for-server
Diffstat (limited to 'en/3')
-rw-r--r-- | en/3/for-server/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/3/for-server/index.php b/en/3/for-server/index.php index 3cfc3958e..ed0405105 100644 --- a/en/3/for-server/index.php +++ b/en/3/for-server/index.php @@ -15,7 +15,7 @@ _lang_load($locale, '3'); .para { text-align: left; float: left; width: 250px; display: block; border-right: 1px solid #eef; border-bottom: 1px solid #eef; } hr { margin-top: 2em; } </style> - <?php include '..././../analytics.php'; ?> + <?php include '../../../analytics.php'; ?> </head> <body class="downloads"> <?php echo $hsnav; ?> |