mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
e3eaa2060b
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4947 21ef857c-d57f-4fe0-8362-d861dc6d29cd
43 lines
1.5 KiB
PHP
43 lines
1.5 KiB
PHP
|
|
<div class="center">
|
|
<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=242527&type=13" width="120" height="30" alt="Process Hacker is Hosted by SourceForge.net">
|
|
|
|
<br>
|
|
Copyright © 2008-2012 wj32
|
|
</div>
|
|
|
|
<!-- Piwik
|
|
|
|
<script type="text/javascript">
|
|
var pkBaseURL = (("https:" == document.location.protocol) ? "https://sourceforge.net/apps/piwik/processhacker/" : "http://sourceforge.net/apps/piwik/processhacker/");
|
|
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
|
|
</script>
|
|
|
|
<script type="text/javascript">
|
|
piwik_action_name = '';
|
|
piwik_idsite = 1;
|
|
piwik_url = pkBaseURL + "piwik.php";
|
|
piwik_log(piwik_action_name, piwik_idsite, piwik_url);
|
|
</script>
|
|
|
|
<img src="http://sourceforge.net/apps/piwik/processhacker/piwik.php?idsite=1" alt="" >
|
|
|
|
End Piwik Tag -->
|
|
|
|
<!-- Google Analytics (Async)-->
|
|
<script type="text/javascript">
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-22023876-1']);
|
|
_gaq.push(['_trackPageview']);
|
|
(function() {
|
|
var ga = document.createElement('script');
|
|
ga.type = 'text/javascript';
|
|
ga.async = true;
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
var s = document.getElementsByTagName('script')[0];
|
|
s.parentNode.insertBefore(ga, s);
|
|
})();
|
|
</script>
|
|
<!-- End Google Analytics -->
|
|
</body>
|
|
</html> |