--- a/web/tweetwall.php Thu Dec 02 13:52:58 2021 +0100
+++ b/web/tweetwall.php Mon Nov 20 18:10:58 2023 +0100
@@ -50,7 +50,7 @@
<?php if (isset($config['js_config'])) echo $config['js_config']; ?>
</script>
- <?php if (isset($_SESSION['TWITTER_ACCESS_TOKEN'])) { ?>
+ <?php if (isset($_SESSION['SOCIAL_ACCESS_TOKEN'])) { ?>
<script type="text/javascript" src="<?php echo(registry_url('twcx-main','js'))?>"></script>
<?php } ?>
@@ -92,7 +92,7 @@
</form>
</div>
- <?php if (isset($_SESSION['TWITTER_ACCESS_TOKEN'])) { ?>
+ <?php if (isset($_SESSION['SOCIAL_ACCESS_TOKEN'])) { ?>
<div id="tweetviz">
<ul id="tweetlist"></ul>